Skip to content

Commit 3d16fb5

Browse files
committed
Update links
- Use links that avoid redirects
1 parent 221a3ed commit 3d16fb5

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ or [Download v4.1.1](https://github.com/jacobwilliams/json-fortran/releases/tag/
8484

8585
- Installation now possible with a [Homebrew](http://brew.sh)
8686
[package](http://braumeister.org/formula/json-fortran) on Mac OS X
87-
- [CMake](http://cmake.org) install option to use a more traditional
87+
- [CMake](http://www.cmake.org) install option to use a more traditional
8888
Gnu install structure (to support Homebrew installation)
8989
[PR \#101](https://github.com/jacobwilliams/json-fortran/pull/101)
9090
from [zbeekman](https://github.com/zbeekman)

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to [json-fortran](README.md)
22

3-
Looking to contribute something to [json-fortran](README.md)? **Here's how you can help.**
3+
Looking to contribute something to [json-fortran](https://github.com/jacobwilliams/json-fortran)? **Here's how you can help.**
44

55
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->
66
**Table of Contents**
@@ -44,7 +44,7 @@ Looking to contribute something to [json-fortran](README.md)? **Here's how you c
4444
the corresponding generic procedure with input arguments that will
4545
resolve to the specific procedure in question. Let's keep the
4646
following graph trending upwards!
47-
![Codecov.io](http://codecov.io/github/jacobwilliams/json-fortran/branch.svg?branch=master)
47+
![Codecov.io](https://codecov.io/github/jacobwilliams/json-fortran/branch.svg?branch=master)
4848

4949
[top](#contributing-to-json-fortran)
5050
## Pull Requests

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A Fortran 2008 JSON API
2929
Status
3030
------
3131
[![Build Status](https://img.shields.io/travis/jacobwilliams/json-fortran/master.svg?style=plastic)](https://travis-ci.org/jacobwilliams/json-fortran)
32-
[![Codecov](https://img.shields.io/codecov/c/github/jacobwilliams/json-fortran.svg?style=plastic)](http://codecov.io/github/jacobwilliams/json-fortran?branch=master)
32+
[![Codecov](https://img.shields.io/codecov/c/github/jacobwilliams/json-fortran.svg?style=plastic)](https://codecov.io/github/jacobwilliams/json-fortran?branch=master)
3333

3434
[![GitHub issues](https://img.shields.io/github/issues/jacobwilliams/json-fortran.png?style=plastic)](https://github.com/jacobwilliams/json-fortran/issues)
3535
[![Blocked by Vendor Bug](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=vendor%20bug&title=Blocked%20by%20Vendor%20Bug)](https://waffle.io/jacobwilliams/json-fortran)
@@ -62,8 +62,8 @@ Or, get the latest development code from the master branch
6262

6363
__NEWS:__ As of June 7, 2015,
6464
[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,
6767
make sure that the formulae are up to date, view the package options
6868
and caveats, and install the
6969
[json-fortran formula](http://braumeister.org/formula/json-fortran):
@@ -88,7 +88,7 @@ The code requires a Fortran compiler that supports
8888
various Fortran 2003 and Fortran 2008 features such as: allocatable
8989
strings, `newunit`, `generic`, `class`, and `abstract interface`.
9090
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
9292
compiler](http://gcc.gnu.org/wiki/GFortran/News#GCC4.9). It has also
9393
been reported that the library can be built (using the CMake build
9494
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
9898

9999
* 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.
100100

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.
102102

103103
* A [CMake](http://www.cmake.org) build
104104
system is provided. This build system has been tested on Mac and Linux
@@ -294,7 +294,7 @@ Documentation
294294
--------------
295295

296296
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
298298
documentation can also be generated by processing the source files
299299
with [FORD](https://github.com/cmacmackin/ford). Note that both the
300300
shell script and CMake will also generate these files automatically in the documentation folder, assuming you have FORD installed.
@@ -306,7 +306,7 @@ Contributing
306306

307307
[![Ready in backlog](https://badge.waffle.io/jacobwilliams/json-fortran.png?label=Ready&title=Ready)](https://github.com/jacobwilliams/json-fortran/blob/master/CONTRIBUTING.md)
308308

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/)
310310

311311
[top](#json-fortran)
312312

pages/development-resources/json_module.F90.gcov.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Coverage Analysis
44

55
# Coverage analysis
66

7-
[![Codecov](https://img.shields.io/codecov/c/github/jacobwilliams/json-fortran.svg?style=plastic)](http://codecov.io/github/jacobwilliams/json-fortran?branch=master)
7+
[![Codecov](https://img.shields.io/codecov/c/github/jacobwilliams/json-fortran.svg?style=plastic)](https://codecov.io/github/jacobwilliams/json-fortran?branch=master)
88

99

1010
The following report was automatically generated from
@@ -21,6 +21,6 @@ which they are defined.
2121
If procedure coverage is at 100%, also have a look at the
2222
[Codecov.io coverage suggestions](https://codecov.io/github/jacobwilliams/json-fortran/features/suggestions).
2323

24-
![Codecov.io](http://codecov.io/github/jacobwilliams/json-fortran/branch.svg?branch=master)
24+
![Codecov.io](https://codecov.io/github/jacobwilliams/json-fortran/branch.svg?branch=master)
2525

2626
{!json_module.F90.gcov.md!}

0 commit comments

Comments
 (0)