Skip to content

Commit edd928c

Browse files
committed
Incorrect and redirect links in documentation
Number of incorrect links (changelog) Permanent redirect of links in documentation (and in the documentation generated from config.xml) Image names / contents havechanged from png to svg for some "icons" (doxygen_manual.css)
1 parent f0f758a commit edd928c

13 files changed

+156
-156
lines changed

doc/changelog.doc

Lines changed: 135 additions & 135 deletions
Large diffs are not rendered by default.

doc/commands.doc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3129,7 +3129,7 @@ See also the \ref emojisup "emoji support page" for details.
31293129

31303130
\addindex \\msc
31313131
Starts a text fragment which should contain a valid description of a
3132-
message sequence chart. See http://www.mcternan.me.uk/mscgen/ for examples.
3132+
message sequence chart. See https://www.mcternan.me.uk/mscgen/ for examples.
31333133
The text fragment ends with \ref cmdendmsc "\\endmsc".
31343134

31353135
The first argument is optional and can be used to specify the caption
@@ -3310,7 +3310,7 @@ class Receiver
33103310

33113311
\addindex \\mscfile
33123312
Inserts an image generated by mscgen from \<file\> into the documentation.
3313-
See http://www.mcternan.me.uk/mscgen/ for examples.
3313+
See https://www.mcternan.me.uk/mscgen/ for examples.
33143314

33153315
The first argument specifies the file name of the image.
33163316
doxygen will look for files in the paths (or files) that you specified

doc/customize.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ files that you implicitly load via navigating through the index. As a
434434
result this works even for very large projects where reading all XML
435435
files as one big DOM tree would not fit into memory.
436436

437-
See <a href="https://github.com/michaeljones/breathe">the Breathe project</a> for
437+
See <a href="https://github.com/breathe-doc/breathe">the Breathe project</a> for
438438
an example that uses doxygen XML output from Python to bridge it with the
439439
<a href="http://www.sphinx-doc.org/en/stable/">Sphinx</a> document generator.
440440

doc/diagrams.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Doxygen can use the "dot" tool from graphviz to generate
2323
more advanced diagrams and graphs. Graphviz is an open-source,
2424
cross-platform graph drawing toolkit and can be found
25-
at http://www.graphviz.org/
25+
at https://www.graphviz.org/
2626

2727
If you have the "dot" tool in the path, you can set
2828
\ref cfg_have_dot "HAVE_DOT" to \c YES in the configuration file to

doc/doxygen_manual.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,7 @@ div.directory {
799799
width: 24px;
800800
height: 18px;
801801
margin-bottom: 4px;
802-
background-image:url('folderopen.png');
802+
background-image:url('folderopen.svg');
803803
background-position: 0px -4px;
804804
background-repeat: repeat-y;
805805
vertical-align:top;
@@ -810,7 +810,7 @@ div.directory {
810810
width: 24px;
811811
height: 18px;
812812
margin-bottom: 4px;
813-
background-image:url('folderclosed.png');
813+
background-image:url('folderclosed.svg');
814814
background-position: 0px -4px;
815815
background-repeat: repeat-y;
816816
vertical-align:top;
@@ -821,7 +821,7 @@ div.directory {
821821
width: 24px;
822822
height: 18px;
823823
margin-bottom: 4px;
824-
background-image:url('doc.png');
824+
background-image:url('doc.svg');
825825
background-position: 0px -4px;
826826
background-repeat: repeat-y;
827827
vertical-align:top;

doc/doxywizard_usage.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ For HTML and \LaTeX there are additional options available.
119119

120120
Doxygen can produce a number of diagrams. Using the Diagrams pane you
121121
can select which ones to generate. For most diagrams the
122-
`dot` tool of the <a href="http://www.graphviz.org">GraphViz</a> package
122+
`dot` tool of the <a href="https://www.graphviz.org">GraphViz</a> package
123123
is needed. This needs to be installed separately.
124124

125125
\image html doxywizard_page4.png "Wizard tab: Diagrams to generate"

doc/extsearch.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ browser via an URL starting with http:)
5959
How to setup a web server is outside the scope of this document,
6060
but if you for instance have Apache installed, you could simply copy the
6161
`doxysearch.cgi` file from doxygen's `bin` directory to the `cgi-bin` directory of the
62-
Apache web server. Read the <a href="http://httpd.apache.org/docs/2.2/howto/cgi.html">apache documentation</a> for details.
62+
Apache web server. Read the <a href="https://httpd.apache.org/docs/2.2/howto/cgi.html">apache documentation</a> for details.
6363

6464
To test if `doxysearch.cgi` is accessible start your web browser and
6565
point to URL to the binary and add `?test` at the end

doc/features.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
Although doxygen can now be used in any project written in a language that is
101101
supported by doxygen, initially it was specifically designed to be used for projects
102102
that make use of Qt Software's
103-
<A HREF="https://www.qt.io/developers">Qt toolkit</A>. I have tried to
103+
<A HREF="https://doc.qt.io">Qt toolkit</A>. I have tried to
104104
make doxygen `Qt-compatible'. That is: Doxygen can read the documentation contained in
105105
the Qt source code and create a class browser that looks quite similar to the
106106
one that is generated by Qt Software. Doxygen understands the C++ extensions

doc/htmlcmds.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The part `<!-- ... -->` will not be shown in the main documentation.
9696

9797
\section htmlentities HTML4 character entities
9898

99-
The list of special HTML4 character entities with their descriptions has been taken from: <a href="http://www.w3.org/TR/html4/sgml/entities.html">Character entity references in HTML 4</a>.
99+
The list of special HTML4 character entities with their descriptions has been taken from: <a href="https://www.w3.org/TR/html4/sgml/entities.html">Character entity references in HTML 4</a>.
100100
( Portions &copy; International Organization for Standardization 1986
101101
Permission to copy in any form is granted for use with
102102
conforming SGML systems and applications as defined in

doc/index.doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Thanks go to:
171171
for rendering the logos.
172172
<li>Harm van der Heijden for adding HTML help support.
173173
<li>Wouter Slegers of
174-
<a href="http://www.yourcreativesolutions.nl">Your Creative Solutions</a>
174+
<a href="https://yourcreativesolutions.nl">Your Creative Solutions</a>
175175
for registering the www.doxygen.org domain.
176176
<li>Martin Kreis for adding VHDL support.
177177
<li>Parker Waechter for adding the RTF output generator.

0 commit comments

Comments
 (0)