diff options
| author | Tom Christie | 2012-10-28 12:42:10 -0700 |
|---|---|---|
| committer | Tom Christie | 2012-10-28 12:42:10 -0700 |
| commit | 3d3df22d822774f7f73291f5071bdfa7ce552748 (patch) | |
| tree | 7f60a61ba6fecb948f66ffe2c8239084a02d43a5 /docs/index.md | |
| parent | 1b2c2358476fd7948f87c5c161344a44de28275f (diff) | |
| parent | db635fa6327d8d3ac3b06886c5f459b5c5a5cd04 (diff) | |
| download | django-rest-framework-3d3df22d822774f7f73291f5071bdfa7ce552748.tar.bz2 | |
Merge pull request #330 from tomchristie/tutorial-refactor
Tutorial refactor
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/index.md b/docs/index.md index a75dbc58..6115d17d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -67,9 +67,8 @@ The tutorial will walk you through the building blocks that make up REST framewo * [1 - Serialization][tut-1] * [2 - Requests & Responses][tut-2] * [3 - Class based views][tut-3] -* [4 - Authentication, permissions & throttling][tut-4] +* [4 - Authentication & permissions][tut-4] * [5 - Relationships & hyperlinked APIs][tut-5] -<!-- * [6 - Resource orientated projects][tut-6]--> ## API Guide @@ -161,9 +160,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. [tut-1]: tutorial/1-serialization.md [tut-2]: tutorial/2-requests-and-responses.md [tut-3]: tutorial/3-class-based-views.md -[tut-4]: tutorial/4-authentication-permissions-and-throttling.md +[tut-4]: tutorial/4-authentication-and-permissions.md [tut-5]: tutorial/5-relationships-and-hyperlinked-apis.md -[tut-6]: tutorial/6-resource-orientated-projects.md [request]: api-guide/requests.md [response]: api-guide/responses.md |
