From: Matthias Maier Date: Tue, 27 Jun 2023 15:50:02 +0000 (-0500) Subject: doc: use https:// instead of http:// X-Git-Tag: v9.5.0-rc1~5^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=865302df0fd738184165585af157d539ead745fd;p=dealii.git doc: use https:// instead of http:// --- diff --git a/doc/news/8.1.0-vs-8.2.0.h b/doc/news/8.1.0-vs-8.2.0.h index 51d8d4ffda..aadb359999 100644 --- a/doc/news/8.1.0-vs-8.2.0.h +++ b/doc/news/8.1.0-vs-8.2.0.h @@ -283,7 +283,7 @@ inconvenience this causes.
  • Changed: The functionparser library bundled with deal.II got replaced - by the muparser library. + by the muparser library.
    (Timo Heister, 2014/02/10)
  • @@ -307,7 +307,7 @@ inconvenience this causes.
  • New: deal.II now links with the - BOOST + BOOST Iostreams 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.
  • New: To better support applications that want to use C++11's - range-based + range-based for loops, there are now functions Triangulation::cell_iterators(), Triangulation::all_cell_iterators() and similarly in classes DoFHandler and hp::DoFHandler diff --git a/doc/users/doxygen.html b/doc/users/doxygen.html index 3c76154036..ada77925cf 100644 --- a/doc/users/doxygen.html +++ b/doc/users/doxygen.html @@ -1,5 +1,5 @@ + "https://www.w3.org/TR/html4/loose.dtd"> @@ -15,7 +15,7 @@

    Referencing the deal.II online documentation from your project

    deal.II has an extensive reference documentation generated - by Doxygen. One of the many + by Doxygen. 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.

    @@ -42,7 +42,7 @@ Doxygen can find it, add the following line to your Doxygen configuration file:
    -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
     
    where X.Y.Z 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