From cdca7da3a2a01c649850840ccb2e63debd35c1b5 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 24 Feb 2016 13:57:09 +0000 Subject: [PATCH] Improved documentation link copy It's a little thing, but this made me hesitate before clicking the link because I thought I would be going to the Read the Docs home page, not the docker-py documentation. Signed-off-by: Ben Firshman --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 385193a4..0a1c716d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Documentation [![Documentation Status](https://readthedocs.org/projects/docker-py/badge/?version=latest)](https://readthedocs.org/projects/docker-py/?badge=latest) -Full documentation is hosted on [ReadTheDocs](http://docker-py.readthedocs.org/en/latest/). -Sources are available in the `docs/` directory. +[Read the full documentation here.](http://docker-py.readthedocs.org/en/latest/). +The source is available in the `docs/` directory. License