diff options
| author | Tom Christie | 2012-10-08 14:26:42 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-08 14:26:42 +0100 | 
| commit | 9ade21c793fae70110925bb3bf1fae2fc54fe75e (patch) | |
| tree | 470f2f610d1360c949e8614d6ce1408a28884eea | |
| parent | f79ed6175df62f68dba9179f792f95b6ac6dca14 (diff) | |
| download | django-rest-framework-9ade21c793fae70110925bb3bf1fae2fc54fe75e.tar.bz2 | |
Fix broken docs reference
| -rw-r--r-- | docs/template.html | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index cc2fd019..757586dc 100644 --- a/docs/template.html +++ b/docs/template.html @@ -72,7 +72,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/formoverloading{{ suffix }}">Browser hacks</a></li> +                  <li><a href="{{ base_url }}/topics/browserhacks{{ suffix }}">Browser hacks</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>  | 
