diff options
| author | Tom Christie | 2012-10-13 07:10:12 -0700 |
|---|---|---|
| committer | Tom Christie | 2012-10-13 07:10:12 -0700 |
| commit | e4f43be47f532477a3ed656b4eb6f4bf371b7654 (patch) | |
| tree | 0576f6963524ef674c95090b38c967968d9734ee /docs/index.md | |
| parent | ee38c03a155d0087ec8b826524ca4ae6e7e08597 (diff) | |
| parent | 7608cf1193fd555f31eb9a3d98c6f258720f8022 (diff) | |
| download | django-rest-framework-e4f43be47f532477a3ed656b4eb6f4bf371b7654.tar.bz2 | |
Merge pull request #293 from tomchristie/request-documentation
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 |
