diff --git a/README.md b/README.md index 419f27b02..2cf8f0193 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,6 @@ Questions? Comments? Please join us on IRC in **#netbox** on **irc.freenode.net* # Installation -Please see docs/getting-started.md for instructions on installing NetBox. +Please see [the documentation](http://netbox.readthedocs.io/en/latest/) for instructions on installing NetBox. To upgrade NetBox, please download the [latest release](https://github.com/digitalocean/netbox/releases) and run `upgrade.sh`. diff --git a/docs/index.md b/docs/index.md index e9f57253d..a661b5e0e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -50,4 +50,4 @@ NetBox is built on the [Django](https://djangoproject.com/) Python framework and # Getting Started -See the [getting started](getting-started.md) guide for help with getting NetBox up and running quickly. +See the [installation guide](installation/postgresql.md) for help getting NetBox up and running quickly.