Merge pull request #281 from lukerussell/Link-to-docs-in-readme

Added a link to docs in readme.md
This commit is contained in:
Jeremy Stretch 2016-07-13 09:04:00 -04:00 committed by GitHub
commit 73d24532c9

View File

@ -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