Skip to content

Commit 1cb8afd

Browse files
committed
updated ford links in docs
1 parent 19e6f16 commit 1cb8afd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ git rebase upstream/master
9898
- Please adhere to the code indentation and formatting as it currently exists, aligning common elements vertically, etc. Tab characters are not allowed. Indentations should be done with *4* space characters.
9999
- *Do NOT* allow your editor to make a bunch of indentation or white space changes, that will introduce non-substantive changes on lines that you have not actually edited.
100100
- The coding style is modern free-form Fortran, consistent with the Fortran 2008 standard. Note that the two supported compilers (ifort and gfortran) do not currently include the entire Fortran 2008 standard. Therefore, only those language features supported by Gfortran 4.9 and Intel 13.1.0 are currently allowed. This also means that previous versions of these compilers are not supported, and major changes to the code to support earlier compilers (or Fortran 95) will not be accepted. At some point in the future (when compiler support has improved), all Fortran 2008 features will be allowed.
101-
- All subroutines and functions *must* be properly documented. This includes useful inline comments as well as comment blocks using the [FORD](https://github.com/cmacmackin/ford/wiki/Writing-Documentation) syntax.
101+
- All subroutines and functions *must* be properly documented. This includes useful inline comments as well as comment blocks using the [FORD](https://github.com/Fortran-FOSS-Programmers/ford/wiki/Writing-Documentation) syntax.
102102

103103
[top](#contributing-to-json-fortran)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Currently, several ways are provided to build the JSON-fortran library
9595

9696
The full set of modes are: `static-gnu`, `static-gnu-debug`, `static-intel`, `static-intel-debug`, `shared-gnu`, `shared-gnu-debug`, `shared-intel`, `shared-intel-debug`, `tests-gnu`, `tests-gnu-debug`, `tests-intel`, `tests-intel-debug`
9797

98-
To generate the documentation using [ford](https://github.com/cmacmackin/ford), run: ```FoBis.py rule --execute makedoc -f json-fortran.fobis```
98+
To generate the documentation using [ford](https://github.com/Fortran-FOSS-Programmers/ford), run: ```FoBis.py rule --execute makedoc -f json-fortran.fobis```
9999

100100
To run all the tests, run: ```FoBis.py rule --execute tests -f json-fortran.fobis```
101101

@@ -144,7 +144,7 @@ Documentation
144144
The API documentation for the latest release version can be found
145145
[here](https://jacobwilliams.github.io/json-fortran/). The
146146
documentation can also be generated by processing the source files
147-
with [FORD](https://github.com/cmacmackin/ford). Note that both the
147+
with [FORD](https://github.com/Fortran-FOSS-Programmers/ford). Note that both the
148148
shell script and CMake will also generate these files automatically in the documentation folder, assuming you have FORD installed.
149149

150150
Some examples can also be found on the [wiki](https://github.com/jacobwilliams/json-fortran/wiki/Example-Usage).

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
# fortran documentation using FORD
6262
#
6363
# REQUIRES
64-
# FoBiS.py : https://github.com/szaghi/FoBiS [version 1.2.5 or later required]
65-
# FORD : https://github.com/cmacmackin/ford [version 4.0.0 or later]
64+
# FoBiS.py : https://github.com/szaghi/FoBiS [version 1.2.5 or later required]
65+
# FORD : https://github.com/Fortran-FOSS-Programmers/ford [version 4.0.0 or later]
6666
#
6767
# AUTHOR
6868
# Jacob Williams : 12/27/2014

0 commit comments

Comments
 (0)