aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-10-13 07:10:12 -0700
committerTom Christie2012-10-13 07:10:12 -0700
commite4f43be47f532477a3ed656b4eb6f4bf371b7654 (patch)
tree0576f6963524ef674c95090b38c967968d9734ee /docs/template.html
parentee38c03a155d0087ec8b826524ca4ae6e7e08597 (diff)
parent7608cf1193fd555f31eb9a3d98c6f258720f8022 (diff)
downloaddjango-rest-framework-e4f43be47f532477a3ed656b4eb6f4bf371b7654.tar.bz2
Merge pull request #293 from tomchristie/request-documentation
Improve documentation for Requests
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html
index 016de151..2cc52819 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -73,7 +73,7 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Topics <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="{{ base_url }}/topics/csrf{{ suffix }}">Working with AJAX and CSRF</a></li>
- <li><a href="{{ base_url }}/topics/browserhacks{{ suffix }}">Browser hacks</a></li>
+ <li><a href="{{ base_url }}/topics/browser-enhancements{{ suffix }}">Browser enhancements</a></li>
<li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">Working with the Browsable API</a></li>
<li><a href="{{ base_url }}/topics/rest-hypermedia-hateoas{{ suffix }}">REST, Hypermedia & HATEOAS</a></li>
<li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li>