We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dac7013 + 4f06d05 commit 1e1232eCopy full SHA for 1e1232e
docs/installation.md
@@ -22,4 +22,4 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
22
url(r'^docs/', include('rest_framework_docs.urls')),
23
]
24
25
-You can now visit [http://0.0.0.0:/8000/docs/](http://0.0.0.0:/8000/docs/) to view your Web API's docs.
+You can now visit [http://0.0.0.0:/8000/docs/](http://0.0.0.0:8000/docs/) to view your Web API's docs.
0 commit comments