From 763b02975cf70e1ad1729e9667d963ea64c3d92f Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 29 Apr 2021 13:45:44 -0400 Subject: [PATCH] Reference the demo instance in the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e35b72c2e..3566ff7eb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ NetBox runs as a web application atop the [Django](https://www.djangoproject.com Python framework with a [PostgreSQL](https://www.postgresql.org/) database. For a complete list of requirements, see `requirements.txt`. The code is available [on GitHub](https://github.com/netbox-community/netbox). -The complete documentation for NetBox can be found at [Read the Docs](https://netbox.readthedocs.io/en/stable/). +The complete documentation for NetBox can be found at [Read the Docs](https://netbox.readthedocs.io/en/stable/). A public demo instance is available at https://demo.netbox.dev. ### Discussion