diff options
| author | Tom Christie | 2012-10-13 15:07:43 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-10-13 15:07:43 +0100 |
| commit | 7608cf1193fd555f31eb9a3d98c6f258720f8022 (patch) | |
| tree | 3ba2671288a64ddc29fc4fc6c45c601f24ca551a /docs/index.md | |
| parent | 9094f93d188859f5db9198a170bbb65d5b9e9286 (diff) | |
| download | django-rest-framework-7608cf1193fd555f31eb9a3d98c6f258720f8022.tar.bz2 | |
Improve documentation for Requests
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md index b3845521..322a7b27 100644 --- a/docs/index.md +++ b/docs/index.md @@ -99,7 +99,7 @@ The API guide is your complete reference manual to all the functionality provide General guides to using REST framework. * [CSRF][csrf] -* [Browser hacks][browserhacks] +* [Browser enhancements][browser-enhancements] * [Working with the Browsable API][browsableapi] * [REST, Hypermedia & HATEOAS][rest-hypermedia-hateoas] * [Contributing to REST framework][contributing] @@ -185,7 +185,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [settings]: api-guide/settings.md [csrf]: topics/csrf.md -[browserhacks]: topics/browserhacks.md +[browser-enhancements]: topics/browser-enhancements.md [browsableapi]: topics/browsable-api.md [rest-hypermedia-hateoas]: topics/rest-hypermedia-hateoas.md [contributing]: topics/contributing.md |
