We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a91f5 commit 2ca9599Copy full SHA for 2ca9599
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