From 7cf8f6f906da9ea746822d8f95cc678ddc83eacd Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 15 Jun 2020 08:43:47 +0200
Subject: [PATCH] Fixed links in Doxygen.

---
 Applications/DataExplorer/Base/RecentFiles.cpp             | 2 +-
 Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp | 2 +-
 Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h   | 2 +-
 Applications/DataExplorer/VtkVis/VisualizationWidget.h     | 1 -
 Applications/DataExplorer/mainwindow.cpp                   | 2 +-
 Applications/DataExplorer/mainwindow.h                     | 2 +-
 CONTRIBUTING.md                                            | 3 +--
 Documentation/bibliography/other.bib                       | 3 +--
 Documentation/mainpage.dox                                 | 6 ++----
 GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp             | 2 +-
 MathLib/Vector3.h                                          | 2 +-
 NumLib/DOF/LocalToGlobalIndexMap.h                         | 2 +-
 12 files changed, 12 insertions(+), 17 deletions(-)

diff --git a/Applications/DataExplorer/Base/RecentFiles.cpp b/Applications/DataExplorer/Base/RecentFiles.cpp
index 097568d059b..3072737a10a 100644
--- a/Applications/DataExplorer/Base/RecentFiles.cpp
+++ b/Applications/DataExplorer/Base/RecentFiles.cpp
@@ -5,7 +5,7 @@
  * \brief  Implementation of the RecentFiles class.
  *
  * \copyright
- * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.net)
+ * Copyright (c) 2012-2020, OpenGeoSys Community (https://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
diff --git a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp
index 34af27d325e..e10708e06ee 100644
--- a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp
+++ b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.cpp
@@ -1,6 +1,6 @@
 /**
  * \copyright
- * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.net)
+ * Copyright (c) 2012-2020, OpenGeoSys Community (https://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
diff --git a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h
index a194754ecbe..a73d15c07bc 100644
--- a/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h
+++ b/Applications/DataExplorer/VtkVis/NetCdfConfigureDialog.h
@@ -1,6 +1,6 @@
 /**
  * \copyright
- * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.net)
+ * Copyright (c) 2012-2020, OpenGeoSys Community (https://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
diff --git a/Applications/DataExplorer/VtkVis/VisualizationWidget.h b/Applications/DataExplorer/VtkVis/VisualizationWidget.h
index db48b611583..cadf4b5a000 100644
--- a/Applications/DataExplorer/VtkVis/VisualizationWidget.h
+++ b/Applications/DataExplorer/VtkVis/VisualizationWidget.h
@@ -64,7 +64,6 @@ public slots:
     vtkRenderer* renderer() const { return _vtkRender; }
 
     /// @brief Sets the widgets cursor shape.
-    /// @see http://doc.qt.nokia.com/4.7/qt.html#CursorShape-enum
     void setCursorShape(Qt::CursorShape shape);
 
 protected slots:
diff --git a/Applications/DataExplorer/mainwindow.cpp b/Applications/DataExplorer/mainwindow.cpp
index 761c98400c1..6e2f3696599 100644
--- a/Applications/DataExplorer/mainwindow.cpp
+++ b/Applications/DataExplorer/mainwindow.cpp
@@ -5,7 +5,7 @@
  * \brief  Implementation of the MainWindow class.
  *
  * \copyright
- * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.net)
+ * Copyright (c) 2012-2020, OpenGeoSys Community (https://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
diff --git a/Applications/DataExplorer/mainwindow.h b/Applications/DataExplorer/mainwindow.h
index e34df4221c9..1a201db3e72 100644
--- a/Applications/DataExplorer/mainwindow.h
+++ b/Applications/DataExplorer/mainwindow.h
@@ -1,7 +1,7 @@
 /**
  * \file
  * \copyright
- * Copyright (c) 2012-2020, OpenGeoSys Community (http://www.opengeosys.net)
+ * Copyright (c) 2012-2020, OpenGeoSys Community (https://www.opengeosys.org)
  *            Distributed under a Modified BSD License.
  *              See accompanying file LICENSE.txt or
  *              http://www.opengeosys.org/project/license
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 93929975f31..9e14f508668 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -40,7 +40,6 @@
 
 * [General GitHub documentation](http://help.github.com/)
 * [GitHub pull request documentation](http://help.github.com/send-pull-requests/)
-* [OGS Jenkins-CI server](https://svn.ufz.de/hudson/job/OGS-6/)
 * [OGS Styleguide][styleguide]
 
-[styleguide]: http://ufz.github.com/styleguide/cppguide.xml
\ No newline at end of file
+[styleguide]: http://ufz.github.com/styleguide/cppguide.xml
diff --git a/Documentation/bibliography/other.bib b/Documentation/bibliography/other.bib
index 6c83ad2c487..3b8c3bd2de6 100644
--- a/Documentation/bibliography/other.bib
+++ b/Documentation/bibliography/other.bib
@@ -55,8 +55,7 @@
   ISSN                     = {0961-5539},
   Keywords                 = {abstract this paper deals,at the geothermal research,darcian flow behavior was,finite elements,fractured rock,non-,non-linear dynamics,observed in pumping tests,of fluid flow in,pumps,site at soultz-,with theory and computation},
   Owner                    = {localadmin},
-  Timestamp                = {2015.06.10},
-  Url                      = {http://www.emeraldinsight.com/journals.htm?articleid=877229\&show=abstract}
+  Timestamp                = {2015.06.10}
 }
 
 @Article{Campbell:2008,
diff --git a/Documentation/mainpage.dox b/Documentation/mainpage.dox
index bbbd5d8cdcb..81621aabe70 100644
--- a/Documentation/mainpage.dox
+++ b/Documentation/mainpage.dox
@@ -4,11 +4,9 @@
  *
  * This page only describes the source code itself. See the following links for additional information:
  *
- * - Wiki: https://svn.ufz.de/ogs
- * - Developer guide: http://docs.opengeosys.org/docs/devguide
- * - Data Explorer (Gui) manual: http://docs.opengeosys.org/assets/releases/head/docs/DataExplorer-Manual.pdf
+ * - Developer guide: https://opengeosys.org/docs/devguide
+ * - Data Explorer (Gui) manual: https://jenkins.opengeosys.org/job/ufz/job/data_explorer_manual/job/master/lastSuccessfulBuild/artifact/DataExplorer-Manual.pdf
  * - Discussion forum: https://discourse.opengeosys.org
- * - Jenkins build server: https://svn.ufz.de/hudson
  *
  *
  * \section internal_modules Internal Modules
diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp
index f24722bd472..c414ad5a88c 100644
--- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp
+++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp
@@ -287,7 +287,7 @@ bool BoostXmlGmlInterface::write()
 
     // put header in property tree
     pt.put("<xmlattr>.xmlns:xsi", "http://www.w3.org/2001/XMLSchema-instance");
-    pt.put("<xmlattr>.xmlns:ogs", "http://www.opengeosys.net");
+    pt.put("<xmlattr>.xmlns:ogs", "https://www.opengeosys.org");
     auto& geometry_set = pt.add("OpenGeoSysGLI", "");
 
     geometry_set.add("name", _exportName);
diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h
index 004304a8c3d..7d982e87209 100644
--- a/MathLib/Vector3.h
+++ b/MathLib/Vector3.h
@@ -3,7 +3,7 @@
  * \author Lars Bilke
  * \date   2009-10-27
  * \brief  Definition of the Vector3 class.
- *         From: http://www.strout.net/info/coding/classlib/intro.html
+ *         From: http://www.strout.net
  *         with modifications to derive from TemplatePoint
  *
  * \copyright
diff --git a/NumLib/DOF/LocalToGlobalIndexMap.h b/NumLib/DOF/LocalToGlobalIndexMap.h
index 88b23dcc6ce..a05df32aab4 100644
--- a/NumLib/DOF/LocalToGlobalIndexMap.h
+++ b/NumLib/DOF/LocalToGlobalIndexMap.h
@@ -44,7 +44,7 @@ class LocalToGlobalIndexMap final
 {
     // Enables using std::make_unique with private constructors from within
     // member functions of LocalToGlobalIndexMap. Cf.
-    // http://seanmiddleditch.com/enabling-make_unique-with-private-constructors/
+    // https://seanmiddleditch.com/enabling-make-unique-with-private-constructors/
     struct ConstructorTag
     {
         explicit ConstructorTag() = default;
-- 
GitLab