aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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: