From 8b31315a2f10877d34359e68e3186d2e79ba16f1 Mon Sep 17 00:00:00 2001
From: Matthew Hall <matthew@quickbeam.me.uk>
Date: Sun, 18 Sep 2016 16:25:14 +0100
Subject: [PATCH] Add link to docs.rs to README

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1ae85a9..6392f7d 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 ![Travis](https://travis-ci.org/mattyhall/rs-tiled.svg?branch=master)
 
-Read maps from the [Tiled Map Editor](http://www.mapeditor.org/) into rust for use in video games. It is game engine agnostic and pretty barebones at the moment. Documentation is available [on rust-ci](http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/).
+Read maps from the [Tiled Map Editor](http://www.mapeditor.org/) into rust for use in video games. It is game engine agnostic and pretty barebones at the moment. Documentation is available [on docs.rs](https://docs.rs/tiled/).
 
 Code contributions are welcome as are bug reports, documentation, suggestions and criticism.
 
-- 
GitLab