Skip to content

Commit

Permalink
Fixes CircleCI badge refs #2983
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Aug 31, 2019
1 parent 909c520 commit b7a24c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
@@ -1,6 +1,6 @@
# Official Documentation of Perl 6

[![Build Status](https://travis-ci.org/perl6/doc.svg?branch=master)](https://travis-ci.org/perl6/doc) [![artistic](https://img.shields.io/badge/license-Artistic%202.0-blue.svg?style=flat)](https://opensource.org/licenses/Artistic-2.0) [![Run Status](https://api.shippable.com/projects/591e99923f2f790700098a30/badge?branch=master)](https://app.shippable.com/github/perl6/doc) [![CircleCI](https://circleci.com/gh/perl6/doc.svg?style=svg)](https://circleci.com/gh/perl6/doc)
[![Build Status](https://travis-ci.org/perl6/doc.svg?branch=master)](https://travis-ci.org/perl6/doc) [![artistic](https://img.shields.io/badge/license-Artistic%202.0-blue.svg?style=flat)](https://opensource.org/licenses/Artistic-2.0) [![Run Status](https://api.shippable.com/projects/591e99923f2f790700098a30/badge?branch=master)](https://app.shippable.com/github/perl6/doc) [![CircleCI](https://circleci.com/gh/perl6/doc/tree/master.svg?style=svg)](https://circleci.com/gh/perl6/doc/tree/master)

An HTML version of this documentation can be found
at [https://docs.perl6.org/](https://docs.perl6.org/) and also
Expand Down

0 comments on commit b7a24c7

Please sign in to comment.