Skip to content

Commit 9c08dee

Browse files
committed
Fix ABI link & add badges to README
Badges: - Travis-CI build - Current version - License - Total downloads (commented out) [ci skip]
1 parent 150df66 commit 9c08dee

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44

55
# OpenCoarrays #
66

7+
[![CI Build Status][build img]](https://travis-ci.org/sourceryinstitute/opencoarrays)
8+
[![GitHub release][release img]](https://github.com/sourceryinstitute/opencoarrays/releases/latest)
9+
[![GitHub license][license img]](COPYRIGHT-BSD3)
10+
<!-- [![Release Downloads][download img]](https://github.com/sourceryinstitute/opencoarrays/releases) -->
11+
712
* [Overview]
813
* [Downloads]
914
* [Compatibility]
@@ -80,10 +85,9 @@ We gratefully acknowledge support from the following institutions:
8085

8186

8287
[OpenCoarrays]: http://www.opencoarrays.org
83-
[ABI]: https://gcc.gnu.org/onlinedocs/gfortran/Function-ABI-Documentation.html#Function-ABI-Documentation
88+
[ABI]: https://gcc.gnu.org/onlinedocs/gfortran/Coarray-Programming.html#Coarray-Programming
8489
[TS 18508]: http://isotc.iso.org/livelink/livelink?func=ll&objId=16769292&objAction=Open
8590
[MPI]: http://www.mpi-forum.org
86-
[ABI]: https://gcc.gnu.org/onlinedocs/gfortran/Function-ABI-Documentation.html#Function-ABI-Documentation
8791
[GCC]: http://gcc.gnu.org
8892
[gfortran]: https://gcc.gnu.org/wiki/GFortran
8993
[opencoarrays module]: ./src/extensions/opencoarrays.F90
@@ -102,9 +106,16 @@ We gratefully acknowledge support from the following institutions:
102106
[STATUS.md]: ./STATUS.md
103107
[GETTING_STARTED.md]: ./GETTING_STARTED.md
104108
[Google Groups]: https://groups.google.com
105-
[Google Group]: https://groups.google.com/forum/#!forum/opencoarrays/join
109+
[Google Group]: https://groups.google.com/forum/#!forum/opencoarrays
110+
[subscribing]: https://groups.google.com/forum/#!forum/opencoarrays/join
106111
107112
[Google Summer of Code]: https://www.google-melange.com
108113
[OpenCoarrays Google Group]: https://groups.google.com/forum/#!forum/opencoarrays)
109114
[Issues]: https://github.com/sourceryinstitute/opencoarrays/issue
110115
[Releases]: https://github.com/sourceryinstitute/opencoarrays/releases
116+
117+
[build img]: https://img.shields.io/travis-ci/sourceryinstitute/opencoarrays/master.svg?style=flat-square "Travis-CI badge image source"
118+
[CI Master Branch]: https://travis-ci.org/sourceryinstitute/opencoarrays?branch=master "Travis-CI builds"
119+
[download img]: https://img.shields.io/github/downloads/sourceryinstitute/opencoarrays/total.svg?style=flat-square "Download count image source"
120+
[license img]: https://img.shields.io/github/license/sourceryinstitute/opencoarrays.svg?style=flat-square "BSD-3 License badge"
121+
[release img]: https://img.shields.io/github/release/sourceryinstitute/opencoarrays.svg?style=flat-square "Latest release badge"

0 commit comments

Comments
 (0)