From 8e7e02a6227f5e83ba81056ab644daa7884cae59 Mon Sep 17 00:00:00 2001 From: lukerussell Date: Wed, 13 Jul 2016 06:04:29 +1000 Subject: [PATCH] Added a link to docs in readme.md Adding a direct link for easy access. I couldn't find a link anywhere except digging in through the docs/ directory. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 00343a855..419f27b02 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ NetBox is an IP address management (IPAM) and data center infrastructure managem NetBox runs as a web application atop the [Django](https://www.djangoproject.com/) Python framework with a [PostgreSQL](http://www.postgresql.org/) database. For a complete list of requirements, see `requirements.txt`. The code is available [on GitHub](https://github.com/digitalocean/netbox). +The complete documentation for Netbox can be found at [Read the Docs](http://netbox.readthedocs.io/en/latest/). + Questions? Comments? Please join us on IRC in **#netbox** on **irc.freenode.net**! ### Build Status