Skip to content

Commit 67d3d66

Browse files
committed
-updated links in header so they are clickable in documentation.
1 parent 47cb0e0 commit 67d3d66

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/json_module.f90

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,19 @@ module json_module
2626
! Jacob Williams : 2/8/2013 : Extensive modifications to the original code.
2727
!
2828
! SEE ALSO
29-
!
30-
! [1] https://github.com/josephalevin/fson [FSON code retrieved on 12/2/2013]
31-
! [3] http://www.json.org/ [JSON website]
32-
! [2] http://jsonlint.com/ [JSON validator]
29+
! [1] http://github.com/jacobwilliams/json-fortran [json-fortran development site]
30+
! [2] http://jacobwilliams.github.io/json-fortran [json-fortran online documentation]
31+
! [3] http://github.com/josephalevin/fson [FSON code retrieved on 12/2/2013]
32+
! [4] http://www.json.org/ [JSON website]
33+
! [5] http://jsonlint.com/ [JSON validator]
3334
!
3435
! COPYRIGHT
3536
!
3637
! -----------------------------------------------------------------------------------------
3738
! json-fortran License:
3839
!
3940
! JSON-FORTRAN: A Fortran 2003/2008 JSON API
40-
! https://github.com/jacobwilliams/json-fortran
41+
! http://github.com/jacobwilliams/json-fortran
4142
!
4243
! Copyright (c) 2014, Jacob Williams
4344
! All rights reserved.

0 commit comments

Comments
 (0)