Fixed coverage badge URL.
This commit is contained in:
parent
a0f71dc18a
commit
dfe15cf68c
|
@ -1,5 +1,5 @@
|
|||
[](https://travis-ci.org/jsmaniac/phc)
|
||||
[](https://coveralls.io/github/jsmaniac/cover?branch=master)
|
||||
[](https://coveralls.io/github/jsmaniac/phc?branch=master)
|
||||
|
||||
How to build this project
|
||||
=========================
|
||||
|
|
|
@ -1,34 +0,0 @@
|
|||
#lang scribble/manual
|
||||
@(require "lib/doc.rkt")
|
||||
@doc-lib-setup
|
||||
|
||||
@;(require scribble/core
|
||||
@; scribble/html-properties)
|
||||
|
||||
@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"]{
|
||||
Build Status}}
|
||||
@hyperlink["https://coveralls.io/github/jsmaniac/cover?branch=master"]{
|
||||
@remote-image[(string-append "https://coveralls.io/repos/jsmaniac/cover/"
|
||||
"badge.svg?branch=master")]{
|
||||
Coverage Status}}
|
||||
|
||||
@;@(table-of-contents)
|
||||
|
||||
@section{Introduction}
|
||||
|
||||
@section{Documentation}
|
||||
|
||||
@itemlist[
|
||||
@item{@hyperlink["docs/"]{Documentation}}
|
||||
@item{@hyperlink["coverage/"]{Coverage info}}]
|
||||
|
||||
@section{Dependency diagram}
|
||||
|
||||
A @hyperlink["deps.png"]{PNG version} and a @hyperlink["deps.pdf"]{PDF version}
|
||||
are available.
|
||||
|
||||
@hyperlink["deps.svg"]{
|
||||
@image["docs/deps" #:suffixes '(".pdf" ".svg")]{Dependency diagram}}
|
|
@ -24,7 +24,7 @@
|
|||
<h1>Ph.C</h1>
|
||||
<h2>Documentation</h2>
|
||||
<a href="https://travis-ci.org/jsmaniac/phc"><img alt="Build Status" src="https://travis-ci.org/jsmaniac/phc.png?branch=master" /></a>
|
||||
<a href="https://coveralls.io/github/jsmaniac/cover?branch=master"><img alt="Coverage Status" src="https://coveralls.io/repos/jsmaniac/cover/badge.svg?branch=master&service=github" /></a>
|
||||
<a href="https://coveralls.io/github/jsmaniac/phc?branch=master"><img alt="Coverage Status" src="https://coveralls.io/repos/jsmaniac/phc/badge.svg?branch=master&service=github" /></a>
|
||||
<ul>
|
||||
<li><a href="coverage/">coverage/</a></li>
|
||||
<li><a href="docs/">docs/</a></li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user