diff options
author | albert-github <albert.tests@gmail.com> | 2021-03-05 10:56:56 (GMT) |
---|---|---|
committer | albert-github <albert.tests@gmail.com> | 2021-03-05 10:56:56 (GMT) |
commit | 8dfef8987f14f864fa13f62dfe2a5880670f7b26 (patch) | |
tree | 019ed0697722f2b8637f8489579b4c45acc95b91 /src | |
parent | 4eb709ff749a27de25a3143f52c0d61eaf3743e2 (diff) | |
download | Doxygen-8dfef8987f14f864fa13f62dfe2a5880670f7b26.zip Doxygen-8dfef8987f14f864fa13f62dfe2a5880670f7b26.tar.gz Doxygen-8dfef8987f14f864fa13f62dfe2a5880670f7b26.tar.bz2 |
Issue #8405 Dead link in documentation
Correcting the link in the documentation to a wayback / archive machine.
Diffstat (limited to 'src')
-rw-r--r-- | src/config.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/config.xml b/src/config.xml index e9b8323..685607f 100644 --- a/src/config.xml +++ b/src/config.xml @@ -2194,10 +2194,12 @@ The \c DOCSET_PUBLISHER_NAME tag identifies the documentation publisher. If the \c GENERATE_HTMLHELP tag is set to \c YES then doxygen generates three additional HTML index files: \c index.hhp, \c index.hhc, and \c index.hhk. The \c index.hhp is a - project file that can be read by - <a href="https://www.microsoft.com/en-us/download/details.aspx?id=21138"> - Microsoft's HTML Help Workshop</a> + project file that can be read by Microsoft's HTML Help Workshop on Windows. + In the beginning of 2021 Microsoft took the original page, with a.o. the download links, + offline the HTML help workshop was already many years in maintenance mode). + You can download the HTML help workshop from the web archives at + <a href="http://web.archive.org/web/20160201063255/http://download.microsoft.com/download/0/A/9/0A939EF6-E31C-430F-A3DF-DFAE7960D564/htmlhelp.exe">Installation executable</a>. <br> The HTML Help Workshop contains a compiler that can convert all HTML output generated by doxygen into a single compiled HTML file (`.chm`). Compiled |