You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://waffle.io/jacobwilliams/json-fortran)
@@ -62,8 +62,8 @@ Or, get the latest development code from the master branch
62
62
63
63
__NEWS:__ As of June 7, 2015,
64
64
[json-fortran](https://github.com/jacobwilliams/json-fortran) can be
65
-
downloaded and installed with the [homebrew](https://brew.sh) package
66
-
manager on Mac OS X. Once [homebrew](https://brew.sh) is installed,
65
+
downloaded and installed with the [homebrew](http://brew.sh) package
66
+
manager on Mac OS X. Once [homebrew](http://brew.sh) is installed,
67
67
make sure that the formulae are up to date, view the package options
@@ -88,7 +88,7 @@ The code requires a Fortran compiler that supports
88
88
various Fortran 2003 and Fortran 2008 features such as: allocatable
89
89
strings, `newunit`, `generic`, `class`, and `abstract interface`.
90
90
It has been successfully compiled with the [Intel Fortran compiler
91
-
13.1.0](https://software.intel.com/en-us/non-commercial-software-development) (and greater) and the recent [4.9 release of the GNU gfortran
91
+
13.1.0](https://software.intel.com/en-us/articles/non-commercial-software-development) (and greater) and the recent [4.9 release of the GNU gfortran
92
92
compiler](http://gcc.gnu.org/wiki/GFortran/News#GCC4.9). It has also
93
93
been reported that the library can be built (using the CMake build
94
94
script) with the [NAG Fortran compiler 6.0](http://www.nag.com/nagware/NP/NP_desc.asp)
@@ -98,7 +98,7 @@ Currently, several ways are provided to build the jsonfortran library
98
98
99
99
* A build script, `build.sh` is provided in the project root directory. This script uses [FoBiS](https://github.com/szaghi/FoBiS) to build the json-fortran library and the unit tests. Edit the script to use either the [Intel Fortran Compiler](https://software.intel.com/en-us/fortran-compilers) or [Gfortran](https://gcc.gnu.org/wiki/GFortran). Note that version 1.2.5 of FoBiS (or later) is required.
100
100
101
-
* A [Visual Studio](http://www.visualstudio.com) project is included for building the library (and unit tests) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
101
+
* A [Visual Studio](https://www.visualstudio.com) project is included for building the library (and unit tests) on Windows with the Intel Fortran Compiler. The project has been tested with Visual Studio 2010 and 2013.
102
102
103
103
* A [CMake](http://www.cmake.org) build
104
104
system is provided. This build system has been tested on Mac and Linux
@@ -294,7 +294,7 @@ Documentation
294
294
--------------
295
295
296
296
The API documentation for the latest release version can be found
297
-
[here](http://jacobwilliams.github.io/json-fortran). The
297
+
[here](http://jacobwilliams.github.io/json-fortran/). The
298
298
documentation can also be generated by processing the source files
299
299
with [FORD](https://github.com/cmacmackin/ford). Note that both the
300
300
shell script and CMake will also generate these files automatically in the documentation folder, assuming you have FORD installed.
@@ -306,7 +306,7 @@ Contributing
306
306
307
307
[](https://github.com/jacobwilliams/json-fortran/blob/master/CONTRIBUTING.md)
308
308
309
-
Want to help? Take a quick look at our [contributing guidelines](https://github.com/jacobwilliams/json-fortran/blob/master/CONTRIBUTING.md) then claim something in [the "ready" column on our Waffle.io](https://waffle.io/jacobwilliams/json-fortran) and [Fork. Commit. Pull request.](https://help.github.com/articles/fork-a-repo)
309
+
Want to help? Take a quick look at our [contributing guidelines](https://github.com/jacobwilliams/json-fortran/blob/master/CONTRIBUTING.md) then claim something in [the "ready" column on our Waffle.io](https://waffle.io/jacobwilliams/json-fortran) and [Fork. Commit. Pull request.](https://help.github.com/articles/fork-a-repo/)
0 commit comments