Switched to shields.io badges, for consistency and to add the [docs|online] badge.
This commit is contained in:
parent
e0cbf4752f
commit
f3941c4f5b
|
@ -1,5 +1,10 @@
|
|||
[](https://travis-ci.org/jsmaniac/phc)
|
||||
[](https://coveralls.io/github/jsmaniac/phc?branch=master)
|
||||
[](https://travis-ci.org/jsmaniac/phc)
|
||||
[](https://coveralls.io/github/jsmaniac/phc)
|
||||
[](http://jsmaniac.github.io/phc/)
|
||||
|
||||
This project is written in Racket using Literate Programming. See the
|
||||
[online documentation](http://jsmaniac.github.io/phc/) if you want to dig into
|
||||
the source.
|
||||
|
||||
How to build this project
|
||||
=========================
|
||||
|
|
|
@ -5,11 +5,10 @@
|
|||
@title[#:style manual-doc-style]{Ph.C}
|
||||
|
||||
@hyperlink["https://travis-ci.org/jsmaniac/phc"]{
|
||||
@remote-image["https://travis-ci.org/jsmaniac/phc.png?branch=master"]{
|
||||
@remote-image["https://img.shields.io/travis/jsmaniac/phc.svg"]{
|
||||
Build Status}}
|
||||
@hyperlink["https://coveralls.io/github/jsmaniac/phc?branch=master"]{
|
||||
@remote-image[(string-append "https://coveralls.io/repos/github/jsmaniac/phc/"
|
||||
"badge.svg?branch=master")]{
|
||||
@remote-image["https://img.shields.io/coveralls/jsmaniac/phc.svg")]{
|
||||
Coverage Status}}
|
||||
|
||||
@;@(table-of-contents)
|
||||
|
|
Loading…
Reference in New Issue
Block a user