Skip to content

Commit 96079ec

Browse files
committed
Fix link to Travis CI in README
1 parent cfc0be3 commit 96079ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ring
22

3-
[![Build Status](https://travis-ci.org/ring-clojure/ring.svg?branch=master)](https://travis-ci.org/ring-clojure/ring)
3+
[![Build Status](https://app.travis-ci.com/ring-clojure/ring.svg?branch=master)](https://app.travis-ci.com/github/ring-clojure/ring)
44

55
Ring is a Clojure web applications library inspired by Python's WSGI
66
and Ruby's Rack. By abstracting the details of HTTP into a simple,

0 commit comments

Comments
 (0)