summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/testing.txt2
-rw-r--r--docs/url_dispatch.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/testing.txt b/docs/testing.txt
index 7618aaea66..e7c1a3b161 100644
--- a/docs/testing.txt
+++ b/docs/testing.txt
@@ -13,7 +13,7 @@ changed unexpectedly as a result of the refactor.
Testing a web application is a complex task, as there are many
components of a web application that must be validated and tested. To
help you test your application, Django provides a test execution
-framework, and range of utilities that can be used to stimulate and
+framework, and range of utilities that can be used to simulate and
inspect various facets of a web application.
This testing framework is currently under development, and may change
diff --git a/docs/url_dispatch.txt b/docs/url_dispatch.txt
index 00a7af027a..4991557859 100644
--- a/docs/url_dispatch.txt
+++ b/docs/url_dispatch.txt
@@ -286,7 +286,7 @@ With this in mind, the above example can be written more concisely as::
Note that you don't put a trailing dot (``"."``) in the prefix. Django puts
that in automatically.
-.. _Django overview: http://www.djangoproject.com/documentation/overview/
+.. _Django overview: ../overview/
Multiple view prefixes
----------------------