Skip to content

Commit fa5871a

Browse files
committed
Merge branch 'master' into master
2 parents a97f94a + d0fc0e1 commit fa5871a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Document Web APIs made with Django Rest Framework. [View Demo](http://demo.drfdo
1313

1414
### Documentation - Table of contents
1515

16-
- [Installation](http://drfdocs.com/docs/installation/)
17-
- [Settings](http://drfdocs.com/docs/settings/)
18-
- [Extending the template](http://drfdocs.com/docs/templates/)
19-
- [Live API Endpoints](http://drfdocs.com/docs/live-api/)
20-
- [Contributing & Development](http://drfdocs.com/docs/contributing/)
21-
- [Changelog](http://drfdocs.com/docs/changelog/)
16+
- [Installation](http://drfdocs.com/installation/)
17+
- [Settings](http://drfdocs.com/settings/)
18+
- [Extending the template](http://drfdocs.com/templates/)
19+
- [Live API Endpoints](http://drfdocs.com/live-api/)
20+
- [Contributing & Development](http://drfdocs.com/contributing/)
21+
- [Changelog](http://drfdocs.com/changelog/)
2222

2323

2424
### Development & Demo Project
@@ -31,7 +31,7 @@ If you are looking to develop this package with one of your own django projects:
3131
If you want to use the demo app to work on this package:
3232
Included in this repo you can find the demo project(at `/demo`). It is a project with *Django* & *Django Rest Framework* that will allow you to work with this project. For more information on how you can set it up please check the [README.md](demo/README.md) of the demo project.
3333

34-
For more information visit [the docs](http://drfdocs.com/docs/contributing/).
34+
For more information visit [the docs](http://drfdocs.com/contributing/).
3535

3636
### Installation
3737

@@ -55,7 +55,7 @@ Finally include the `rest_framework_docs` urls in your `urls.py`:
5555

5656

5757
### Settings
58-
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/docs/settings/).
58+
You can find detailed information about the package's settings at [the docs](http://drfdocs.com/settings/).
5959

6060
REST_FRAMEWORK_DOCS = {
6161
'HIDE_DOCS': True, # Default: False

0 commit comments

Comments
 (0)