summaryrefslogtreecommitdiffstats
path: root/src/config.xml
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-12-03 16:53:07 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-12-03 16:53:07 (GMT)
commit1928b428c3948dfffcabf328d77692e6ba14ec5e (patch)
tree4504e067debb022b932c5c1c6e6065706a9c92fa /src/config.xml
parent9cf80a9afa866f9347af425ba2f6189cc6480832 (diff)
downloadDoxygen-1928b428c3948dfffcabf328d77692e6ba14ec5e.zip
Doxygen-1928b428c3948dfffcabf328d77692e6ba14ec5e.tar.gz
Doxygen-1928b428c3948dfffcabf328d77692e6ba14ec5e.tar.bz2
Incorrect link in doxygen documentation
The link to mathjax is not correct anymore (config.xml), the latest version points to version 3.0 and here there is no output.html either. Setting it fixed to the 2.7 version. The other corrected links are just about redirections that are otherwise done.
Diffstat (limited to 'src/config.xml')
-rw-r--r--src/config.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.xml b/src/config.xml
index 38a18d8..0701924 100644
--- a/src/config.xml
+++ b/src/config.xml
@@ -2463,7 +2463,7 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher.
<![CDATA[
When MathJax is enabled you can set the default output format to be used for
the MathJax output.
- See <a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
+ See <a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
for more details.
]]>
</docs>
@@ -2502,7 +2502,7 @@ MATHJAX_EXTENSIONS = TeX/AMSmath TeX/AMSsymbols
The \c MATHJAX_CODEFILE tag can be used to specify a file with javascript
pieces of code that will be used on startup of the MathJax code.
See
-<a href="http://docs.mathjax.org/en/latest/output.html">the MathJax site</a>
+<a href="http://docs.mathjax.org/en/v2.7-latest/output.html">the MathJax site</a>
for more details.
]]>
</docs>