Skip to content

Commit fd165b6

Browse files
committed
Check and optimize README links w/ awesome_bot
Also tweak some formatting, i.e., footer icons
1 parent 077b047 commit fd165b6

File tree

1 file changed

+25
-22
lines changed

1 file changed

+25
-22
lines changed

README.md

Lines changed: 25 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,20 @@
55
[https://github.com/sourceryinstitute/OpenCoarrays/blob/master/README.md]:#
66
<div align="center">
77

8-
[![Sourcery Institute][sourcery-institute logo]](https://www.sourceryinstitute.org)
8+
[![Sourcery Institute][sourcery-institute logo]][Sourcery, Inc.]
99

1010
OpenCoarrays
1111
============
1212

1313
[![CI Build Status][build img]](https://travis-ci.org/sourceryinstitute/OpenCoarrays)
14+
[![Release Downloads][download img]][Releases]
1415
[![Gitter](https://img.shields.io/gitter/room/sourceryinstitute/opencoarrays.svg?style=flat-square)](https://gitter.im/sourceryinstitute/opencoarrays)
1516
[![GitHub license][license img]](./LICENSE)
1617
[![GitHub release][release img]](https://github.com/sourceryinstitute/OpenCoarrays/releases/latest)
1718
[![homebrew](https://img.shields.io/homebrew/v/opencoarrays.svg?style=flat-square)](http://braumeister.org/formula/opencoarrays)
18-
[![Download as PDF][pdf img]](http://md2pdf.herokuapp.com/sourceryinstitute/OpenCoarrays/blob/master/README.pdf)
19-
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?hashtags=HPC,Fortran,PGAS&related=zbeekman,gnutools,HPCwire,HPC_Guru,hpcprogrammer,SciNetHPC,DegenerateConic,jeffdotscience,travisci&text=Stop%20programming%20w%2F%20the%20%23MPI%20docs%20in%20your%20lap%2C%20try%20Coarray%20Fortran%20w%2F%20OpenCoarrays%20%26%20GFortran!&url=https%3A//github.com/sourceryinstitute/OpenCoarrays)
20-
<!-- [![Release Downloads][download img]](https://github.com/sourceryinstitute/OpenCoarrays/releases) -->
19+
[![Download as PDF][pdf img]](https://md2pdf.herokuapp.com/sourceryinstitute/OpenCoarrays/blob/master/README.pdf)
20+
[![Twitter URL][twitter img]][default tweet]
21+
2122

2223
[Overview](#overview) &middot;
2324
[Downloads](#downloads) &middot;
@@ -45,7 +46,6 @@ OpenCoarrays enables CAF application developers to express parallel algorithms w
4546

4647
Downloads
4748
---------
48-
<!--[![Release Downloads][download img]](https://github.com/sourceryinstitute/OpenCoarrays/releases/latest)-->
4949

5050
Please see our [Releases] page.
5151

@@ -105,11 +105,14 @@ to aid in development efforts.
105105

106106
---
107107

108+
<div align="center">
109+
108110
[![GitHub forks](https://img.shields.io/github/forks/sourceryinstitute/OpenCoarrays.svg?style=social&label=Fork)](https://github.com/sourceryinstitute/OpenCoarrays/fork)
109111
[![GitHub stars](https://img.shields.io/github/stars/sourceryinstitute/OpenCoarrays.svg?style=social&label=Star)](https://github.com/sourceryinstitute/OpenCoarrays)
110112
[![GitHub watchers](https://img.shields.io/github/watchers/sourceryinstitute/OpenCoarrays.svg?style=social&label=Watch)](https://github.com/sourceryinstitute/OpenCoarrays)
111-
[![Twitter URL](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?hashtags=HPC,Fortran,PGAS&related=zbeekman,gnutools,HPCwire,HPC_Guru,hpcprogrammer,SciNetHPC,DegenerateConic,jeffdotscience,travisci&text=Stop%20programming%20w%2F%20the%20%23MPI%20docs%20in%20your%20lap%2C%20try%20Coarray%20Fortran%20w%2F%20OpenCoarrays%20%26%20GFortran!&url=https%3A//github.com/sourceryinstitute/OpenCoarrays)
113+
[![Twitter URL][twitter img]][default tweet]
112114

115+
</div>
113116

114117
[Hyperlinks]:#
115118

@@ -124,39 +127,39 @@ to aid in development efforts.
124127
[sourcery-institute logo]: http://www.sourceryinstitute.org/uploads/4/9/9/6/49967347/sourcery-logo-rgb-hi-rez-1.png
125128
[OpenCoarrays]: http://www.opencoarrays.org
126129
[ABI]: https://gcc.gnu.org/onlinedocs/gfortran/Coarray-Programming.html#Coarray-Programming
127-
[TS 18508]: http://isotc.iso.org/livelink/livelink?func=ll&objId=16769292&objAction=Open
128-
[MPI]: http://www.mpi-forum.org
130+
[TS 18508]: http://isotc.iso.org/livelink/livelink/nfetch/-8919044/8919782/8919787/16681398/ISO%2DIECJTC1%2DSC22%2DWG5_N2027_Draft_TS_18508_Additional_Paralle.pdf?nodeid=16769292&vernum=0
131+
[MPI]: http://mpi-forum.org
129132
[GCC]: http://gcc.gnu.org
130133
[gfortran]: https://gcc.gnu.org/wiki/GFortran
131134
[opencoarrays module]: ./src/extensions/opencoarrays.F90
132135
[MPICH]: http://www.mpich.org
133136
[MVAPICH]: http://mvapich.cse.ohio-state.edu
134-
[OpenMPI]: http://www.open-mpi.org
137+
[OpenMPI]: https://www.open-mpi.org
135138
[Sourcery, Inc.]: http://www.sourceryinstitute.org
136-
[Google]: http://google.com
137-
[CINECA]: http://www.cineca.it/en
139+
[Google]: http://www.google.com
140+
[CINECA]: https://www.cineca.it/en
138141
[NERSC]: http://www.nersc.gov
139-
[National Center for Atmospheric Research]: http://ncar.ucar.edu
142+
[National Center for Atmospheric Research]: https://ncar.ucar.edu
140143
[INSTALL.md]: ./INSTALL.md
141144
[GASNet]: http://gasnet.lbl.gov
142145
[CONTRIBUTING.md]: ./CONTRIBUTING.md
143146
[GETTING_STARTED.md]: ./GETTING_STARTED.md
144-
[Google Groups]: https://groups.google.com
147+
[Google Groups]: https://groups.google.com/forum/#!homeredir
145148
[Google Group]: https://groups.google.com/forum/#!forum/opencoarrays
146149
[subscribing]: https://groups.google.com/forum/#!forum/opencoarrays/join
147150
148-
[Google Summer of Code]: https://www.google-melange.com/archive/gsoc/2014/orgs/gcc/projects/afanfa.html
151+
[Google Summer of Code]: https://www.google-melange.com/archive/gsoc/2014/orgs/gcc
149152

150-
[try this GSoC link? https://www.google-melange.com/archive/gsoc/2014/orgs/gcc]:#
151-
[old GSoC link: https://www.google-melange.com/gsoc/org2/google/gsoc2014/gcc]:#
152153

153-
[OpenCoarrays Google Group]: https://groups.google.com/forum/#!forum/opencoarrays
154154
[Issues]: https://github.com/sourceryinstitute/OpenCoarrays/issues
155155
[Releases]: https://github.com/sourceryinstitute/OpenCoarrays/releases
156156

157-
[build img]: https://img.shields.io/travis-ci/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square "View Travis-CI builds"
157+
[build img]: https://img.shields.io/travis-ci/sourceryinstitute/OpenCoarrays/master.svg?style=flat-square "Travis-CI build badge"
158158
[CI Master Branch]: https://travis-ci.org/sourceryinstitute/OpenCoarrays?branch=master "View Travis-CI builds"
159-
[download img]: https://img.shields.io/github/downloads/sourceryinstitute/OpenCoarrays/total.svg?style=flat-square "Download count image source"
160-
[license img]: https://img.shields.io/badge/license-BSD--3-blue.svg?style=flat-square "View BSD-3 License"
161-
[release img]: https://img.shields.io/github/release/sourceryinstitute/OpenCoarrays.svg?style=flat-square "View latest release"
162-
[pdf img]: https://img.shields.io/badge/PDF-README.md-6C2DC7.svg?style=flat-square "Download as PDF"
159+
[download img]: https://img.shields.io/github/downloads/sourceryinstitute/OpenCoarrays/total.svg?style=flat-square "Download count badge"
160+
[license img]: https://img.shields.io/badge/license-BSD--3-blue.svg?style=flat-square "BSD-3 License badge"
161+
[release img]: https://img.shields.io/github/release/sourceryinstitute/OpenCoarrays.svg?style=flat-square "Latest release badge"
162+
[pdf img]: https://img.shields.io/badge/PDF-README.md-6C2DC7.svg?style=flat-square "Download this readme as a PDF"
163+
[twitter img]: https://img.shields.io/twitter/url/http/shields.io.svg?style=social
164+
165+
[default tweet]: https://twitter.com/intent/tweet?hashtags=HPC,Fortran,PGAS&related=zbeekman,gnutools,HPCwire,HPC_Guru,hpcprogrammer,SciNetHPC,DegenerateConic,jeffdotscience,travisci&text=Stop%20programming%20w%2F%20the%20%23MPI%20docs%20in%20your%20lap%2C%20try%20Coarray%20Fortran%20w%2F%20OpenCoarrays%20%26%20GFortran!&url=https%3A//github.com/sourceryinstitute/OpenCoarrays

0 commit comments

Comments
 (0)