]> https://gitweb.dealii.org/ - dealii.git/commitdiff
doc: use https:// instead of http://
authorMatthias Maier <tamiko@43-1.org>
Tue, 27 Jun 2023 15:50:02 +0000 (10:50 -0500)
committerMatthias Maier <tamiko@43-1.org>
Tue, 27 Jun 2023 16:00:42 +0000 (11:00 -0500)
doc/news/8.1.0-vs-8.2.0.h
doc/users/doxygen.html

index 51d8d4ffda3425910bc3437dc11893d938060d9c..aadb35999966fa2d88cafce308674d504a963ef5 100644 (file)
@@ -283,7 +283,7 @@ inconvenience this causes.
   </li>
 
   <li> Changed: The functionparser library bundled with deal.II got replaced
-  by the <a href="http://muparser.beltoforion.de/">muparser</a> library.
+  by the <a href="https://muparser.beltoforion.de/">muparser</a> library.
   <br>
   (Timo Heister, 2014/02/10)
   </li>
@@ -307,7 +307,7 @@ inconvenience this causes.
   </li>
 
   <li> New: deal.II now links with the
-  <a href="http://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/index.html">BOOST
+  <a href="https://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/index.html">BOOST
   Iostreams</a> library (at least if the libz and libbz2 libraries
   can be found that are necessary for BOOST Iostreams).
   Among many other things, this allows to easily
@@ -575,7 +575,7 @@ inconvenience this causes.
   </li>
 
   <li> New: To better support applications that want to use C++11's
-  <a href="http://en.wikipedia.org/wiki/C%2B%2B11#Range-based_for_loop">range-based
+  <a href="https://en.wikipedia.org/wiki/C%2B%2B11#Range-based_for_loop">range-based
   for loops</a>, there are now functions Triangulation::cell_iterators(),
   Triangulation::all_cell_iterators() and similarly in classes DoFHandler
   and hp::DoFHandler
index 3c761540365363ff37a7a1999647326583cb3f10..ada77925cf5d19b57e16b9965f60d1d6dae2caf4 100644 (file)
@@ -1,5 +1,5 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
-                 "http://www.w3.org/TR/html4/loose.dtd">
+                 "https://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
   <meta http-equiv="Content-type" content="text/html;charset=UTF-8">
@@ -15,7 +15,7 @@
   <h1>Referencing the deal.II online documentation from your project</h1>
 
   <p>deal.II has an extensive reference documentation generated
-  by <a href="http://www.doxygen.org">Doxygen</a>. One of the many
+  by <a href="https://www.doxygen.org">Doxygen</a>. One of the many
   features of Doxygen is, that all class names, function names and so
   on are cross-linked in the documentation, and a single click
   suffices to jump to the documentation of an object.</p>
@@ -42,7 +42,7 @@
     Doxygen can find it, add the following line to your Doxygen
     configuration file:
 <pre>
-TAGFILES = deal.tag=http://www.dealii.org/X.Y.Z/doxygen/deal.II
+TAGFILES = deal.tag=https://www.dealii.org/X.Y.Z/doxygen/deal.II
 </pre>
       where <code>X.Y.Z</code> refers to the release number for which
       you downloaded the tag file.
@@ -51,10 +51,10 @@ TAGFILES = deal.tag=http://www.dealii.org/X.Y.Z/doxygen/deal.II
 
     <hr />
     <div class="right">
-      <a href="http://validator.w3.org/check?uri=referer" target="_top">
-        <img style="border:0" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
-      <a href="http://jigsaw.w3.org/css-validator/check/referer" target="_top">
-        <img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
+      <a href="https://validator.w3.org/check?uri=referer" target="_top">
+        <img style="border:0" src="https://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
+      <a href="https://jigsaw.w3.org/css-validator/check/referer" target="_top">
+        <img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a>
     </div>
 
 </body>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.