aboutsummaryrefslogtreecommitdiffstats
path: root/docs/api-guide/routers.md
diff options
context:
space:
mode:
authorJames Cooke2015-02-03 13:43:03 +0000
committerJames Cooke2015-02-03 13:43:03 +0000
commitf6765696610a0de3cf7d9986a2dfab40ca37e88b (patch)
tree4dae7d279a61840ca3f09b3b3991f51f55b88d71 /docs/api-guide/routers.md
parent67933d658e52c19f20c536a58c16c5f90c119a31 (diff)
downloaddjango-rest-framework-f6765696610a0de3cf7d9986a2dfab40ca37e88b.tar.bz2
Small documentation fixes
* Remove "you you" from viewsets API-guide * Fix link from routers API-guide to viewsets API-guide
Diffstat (limited to 'docs/api-guide/routers.md')
-rw-r--r--docs/api-guide/routers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api-guide/routers.md b/docs/api-guide/routers.md
index 592f7d66..222b6cd2 100644
--- a/docs/api-guide/routers.md
+++ b/docs/api-guide/routers.md
@@ -304,7 +304,7 @@ The [wq.db package][wq.db] provides an advanced [Router][wq.db-router] class (an
The [`DRF-extensions` package][drf-extensions] provides [routers][drf-extensions-routers] for creating [nested viewsets][drf-extensions-nested-viewsets], [collection level controllers][drf-extensions-collection-level-controllers] with [customizable endpoint names][drf-extensions-customizable-endpoint-names].
[cite]: http://guides.rubyonrails.org/routing.html
-[route-decorators]: viewsets.html#marking-extra-actions-for-routing
+[route-decorators]: viewsets.md#marking-extra-actions-for-routing
[drf-nested-routers]: https://github.com/alanjds/drf-nested-routers
[wq.db]: http://wq.io/wq.db
[wq.db-router]: http://wq.io/docs/app.py