commit b3c3e91460afe24d5bcc57461eb98aa1e356ce9d
parent ac69e43907a59e4de28f6be691afab6cccfefa68
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 2 Jul 2021 14:00:19 +0200
Fix the URL of the Asciidoc tool suite
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/high-tune/high-tune.html.in b/high-tune/high-tune.html.in
@@ -222,7 +222,7 @@ procedure assumes the following prerequisites:
<li><a href=https://www.unidata.ucar.edu/software/netcdf/>NetCDF</a> library
and headers in version 4 or higher.</li>
<li><a href=https://www.open-mpi.org/>OpenMPI</a> library and headers.</li>
- <li>Optionally, the <a href=http://www.methods.co.nz/asciidoc/>AsciiDoc</a>
+ <li>Optionally, the <a href=https://asciidoc.org/>AsciiDoc</a>
tool suite to generate the man pages of the reference documentation.</li>
</ul>
diff --git a/stardis/stardis.html.in b/stardis/stardis.html.in
@@ -334,7 +334,7 @@ prerequisites:</p>
<li><a href=https://gcc.gnu.org>GNU Compiler Collection</a> in version 4.9.2
or higher.</li>
<li><a href="https://cmake.org">CMake</a> in version 3 or higher.</li>
- <li>Optionally, the <a href=http://www.methods.co.nz/asciidoc/>AsciiDoc</a>
+ <li>Optionally, the <a href=https://asciidoc.org/>AsciiDoc</a>
tool suite to generate the man pages of the reference documentation.</li>
</ul>