From b0fde8de9909dc558863b84b3bb9a400a9e0cac2 Mon Sep 17 00:00:00 2001
From: Uwe Schulzweida <uwe.schulzweida@mpimet.mpg.de>
Date: Wed, 4 Sep 2019 16:07:39 +0200
Subject: [PATCH] Docu update.

---
 README            | 2 +-
 configure.ac      | 2 +-
 doc/tex/bib.tex   | 8 ++++----
 doc/tex/intro.tex | 2 +-
 src/cdf.c         | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README b/README
index f69880ea8..c5022a59d 100644
--- a/README
+++ b/README
@@ -52,5 +52,5 @@ Porting:
      
 Contact:
 
-     Send questions, comments and bug reports to <http://mpimet.mpg.de/cdi>
+     Send questions, comments and bug reports to <https://mpimet.mpg.de/cdi>
 
diff --git a/configure.ac b/configure.ac
index bb0fafd32..4f7648bc8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
 AC_PREREQ([2.69])
 LT_PREREQ([2.4.6])
 
-AC_INIT([cdi], [1.9.8rc2], [http://mpimet.mpg.de/cdi])
+AC_INIT([cdi], [1.9.8rc2], [https://mpimet.mpg.de/cdi])
 
 AC_DEFINE_UNQUOTED(CDI, ["$PACKAGE_VERSION"], [CDI version])
 
diff --git a/doc/tex/bib.tex b/doc/tex/bib.tex
index ca61769f8..6f186247c 100644
--- a/doc/tex/bib.tex
+++ b/doc/tex/bib.tex
@@ -8,10 +8,10 @@
 
 
 \bibitem[ECHAM]{ECHAM} \ \\
-  \href{http://www.mpimet.mpg.de/wissenschaft/publikationen/reports.html}
+  \href{https://www.mpimet.mpg.de/fileadmin/publikationen/Reports/max_scirep_349.pdf}
        {The atmospheric general circulation model ECHAM5},
   from the
-  \href{http://www.mpimet.mpg.de}
+  \href{https://www.mpimet.mpg.de}
        {Max Planck Institute for Meteorologie}
 
 
@@ -38,14 +38,14 @@
 \bibitem[MPIOM]{MPIOM} \ \\
   The ocean model MPIOM,
   from the
-  \href{http://www.mpimet.mpg.de}
+  \href{https://www.mpimet.mpg.de}
        {Max Planck Institute for Meteorologie}
 
 
 \bibitem[REMO]{REMO} \ \\
   The regional climate model REMO,
   from the
-  \href{http://www.mpimet.mpg.de}
+  \href{https://www.mpimet.mpg.de}
        {Max Planck Institute for Meteorologie}
 
 \end{thebibliography}
diff --git a/doc/tex/intro.tex b/doc/tex/intro.tex
index ea8797325..45421645e 100644
--- a/doc/tex/intro.tex
+++ b/doc/tex/intro.tex
@@ -2,7 +2,7 @@
 The interface is independent from a specific data format and has a C and Fortran API.
 {\CDI} was developed for a fast and machine independent access to GRIB
 and NetCDF datasets with the same interface.
-The local \href{http://www.mpimet.mpg.de/}{MPI-MET} data formats SERVICE, EXTRA and 
+The local \href{https://www.mpimet.mpg.de/}{MPI-MET} data formats SERVICE, EXTRA and 
 IEG are also supported.
 
 
diff --git a/src/cdf.c b/src/cdf.c
index 3567014de..483e57b24 100644
--- a/src/cdf.c
+++ b/src/cdf.c
@@ -80,7 +80,7 @@ void cdfComment(int ncid)
 	strcat(comment, "??");
       else
 	strcat(comment, libvers);
-      strcat(comment, " (http://mpimet.mpg.de/cdi)");
+      strcat(comment, " (https://mpimet.mpg.de/cdi)");
     }
 
   cdf_put_att_text(ncid, NC_GLOBAL, "CDI", strlen(comment), comment);
-- 
GitLab