aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2012-10-28 20:54:12 +0000
committerTom Christie2012-10-28 20:54:12 +0000
commit411c95ea0e1051aca78e4fb02152a983bea830cc (patch)
treed128fb7ab2766fb461e2d5a48f3131d36ed12e0e
parentbdd939f1f3ac726bfe293e956995da57eced4640 (diff)
downloaddjango-rest-framework-411c95ea0e1051aca78e4fb02152a983bea830cc.tar.bz2
Tweaks
-rw-r--r--docs/index.md1
-rw-r--r--docs/tutorial/5-relationships-and-hyperlinked-apis.md2
2 files changed, 1 insertions, 2 deletions
diff --git a/docs/index.md b/docs/index.md
index b6eebc5f..4126fc77 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -116,7 +116,6 @@ Run the tests:
./rest_framework/runtests/runtests.py
-For more information see the [Contributing to REST framework][contributing] section.
## Support
For support please see the [REST framework discussion group][group], or try the `#restframework` channel on `irc.freenode.net`.
diff --git a/docs/tutorial/5-relationships-and-hyperlinked-apis.md b/docs/tutorial/5-relationships-and-hyperlinked-apis.md
index 84d02a53..38e32157 100644
--- a/docs/tutorial/5-relationships-and-hyperlinked-apis.md
+++ b/docs/tutorial/5-relationships-and-hyperlinked-apis.md
@@ -140,7 +140,7 @@ We've walked through each step of the design process, and seen how if we need to
You can review the final [tutorial code][repo] on GitHub, or try out a live example in [the sandbox][sandbox].
-## Onwards and upwards.
+## Onwards and upwards
We've reached the end of our tutorial. If you want to get more involved in the REST framework project, here's a few places you can start: