Skip to content

Commit 1e1232e

Browse files
Merge pull request #82 from qiuyingtao/patch-1
modify installation.md
2 parents dac7013 + 4f06d05 commit 1e1232e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
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)