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 c2a91f5 + 2ca9599 commit 94571d0Copy full SHA for 94571d0
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