Skip to content

Commit ccd7940

Browse files
committed
Fix broken links
1 parent 5a70382 commit ccd7940

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It also provides an interface to C/C++ **tm** struct, and associated
88
[*strftime*](#strftime) and [*strptime*](#strptime) functions.
99
Since version 0.2.0, also provides a [*clock*](#clock) class.
1010
*datetime-fortran* came about due to the lack of time handling facilities in standard Fortran language.
11-
It is freely available under the [BSD-3](http://http://opensource.org/licenses/BSD-3-Clause) license.
11+
It is freely available under the [BSD-3](http://opensource.org/licenses/BSD-3-Clause) license.
1212
Please send suggestions and bug reports by [e-mail](mailto:[email protected]) or
1313
through this Github page. See the list of [current issues](https://github.com/milancurcic/datetime-fortran/issues)
1414
if you would like to contribute to the code.
@@ -30,7 +30,7 @@ and function [*strptime*](#strptime) that return a *datetime* instance are avail
3030

3131
* Lightweight and portable;
3232

33-
* Free to modify and distribute under the terms of the [BSD-3](http://http://opensource.org/licenses/BSD-3-Clause) license.
33+
* Free to modify and distribute under the terms of the [BSD-3](http://opensource.org/licenses/BSD-3-Clause) license.
3434

3535
* Tested with the following compilers:
3636

0 commit comments

Comments
 (0)