Skip to content

Commit 2ca9599

Browse files
authoredFeb 7, 2017
Fix typo in documentation
0.0.0.0:/8000 -> 0.0.0.0:8000
1 parent c2a91f5 commit 2ca9599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
2222
url(r'^docs/', include('rest_framework_docs.urls')),
2323
]
2424

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.
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.

0 commit comments

Comments
 (0)