summaryrefslogtreecommitdiff
path: root/doc/build/content/tutorial.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/content/tutorial.txt')
-rw-r--r--doc/build/content/tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/content/tutorial.txt b/doc/build/content/tutorial.txt
index d17c82db6..2cce781ea 100644
--- a/doc/build/content/tutorial.txt
+++ b/doc/build/content/tutorial.txt
@@ -3,7 +3,7 @@ Tutorial
This tutorial provides a relatively simple walking tour through the basic concepts of SQLAlchemy. You may wish to skip it and dive into the [main manual][manual] which is more reference-oriented. The examples in this tutorial comprise a fully working interactive Python session, and are guaranteed to be functioning courtesy of [doctest][].
[doctest]: http://www.python.org/doc/lib/module-doctest.html
-[manual]: rel:howtoread
+[manual]: rel:metadata
Installation
------------