Skip to content

Commit 5d74e9b

Browse files
Typo, homepage
1 parent bdad61d commit 5d74e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Django Rest Framework Docs (DRF Docs) allows you to list all your API Endpoints
1212

1313
<img class="img-responsive" src="static/images/mockup.png" alt="Mock Up" />
1414

15-
The concept is pretty simple. Once you [install it](/docs/installation/) you should go the the url you set (ie. `http://0.0.0.0:/8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
15+
The concept is pretty simple. Once you [install it](/docs/installation/) you should go the the url you set (ie. `http://0.0.0.0:8000/docs/`) and you should see all your API endpoints along with the serializer fields, allowed methods etc for each one.
1616

1717
DRF Docs will then read all your `urls` and will list those that inherit from Django Rest Framework's `APIView`.

0 commit comments

Comments
 (0)