Skip to content

Commit 4d2869f

Browse files
committed
Fix broken links on main index.html page
- The link to the latest release's documentation was broken - When a tagged release, some links pointed to non-existing relative "FORD pages" directories, instead of online, master documentation
1 parent 972412b commit 4d2869f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

json-fortran.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ module file
3636
The JSON-Fortran source code and related files and documentation are
3737
distributed under a permissive free software license (BSD-style). See
3838
the
39-
[LICENSE](|url|/page/development-resources/LICENSE.html)
39+
[LICENSE](http://jacobwilliams.github.io/json-fortran/page/development-resources/LICENSE.html)
4040
file for more details.
4141

4242
# Official Releases
@@ -45,13 +45,13 @@ The **current stable release** is **{!__VERSION__!}** and can be [downloaded
4545
on GitHub](https://github.com/jacobwilliams/json-fortran/releases/latest)
4646
or installed with [Homebrew](http://brew.sh) on Mac OSX. The
4747
documentation for the current version, **{!__VERSION__!}**, can be
48-
found [here](|url|/page/releases/{!__VERSION__!}/index.html)[^1], and a
48+
found [here](http://jacobwilliams.github.io/json-fortran/{!__VERSION__!}/index.html)[^1], and a
4949
list of changes from the previous version are
50-
[here](|url|/page/releases/index.html#change-log).
50+
[here](http://jacobwilliams.github.io/json-fortran/page/releases/index.html#change-log).
5151

5252
A list of all past releases, links to their documentation, and the
5353
chage log can be found on the
54-
[releases page](|url|/page/releases/index.html).
54+
[releases page](http://jacobwilliams.github.io/json-fortran/page/releases/index.html).
5555

5656
# Miscellaneous
5757

@@ -64,4 +64,4 @@ chage log can be found on the
6464
[^1]:
6565
Documentation for a particular release does not contain links
6666
back to *general* documentation; use the browser's back button to
67-
navigate back to <https://jacobwilliams.github.io/json-fortran/>
67+
navigate back to <http://jacobwilliams.github.io/json-fortran/>

0 commit comments

Comments
 (0)