Cleanup linking from doc/tutorial.txt to email and HTTP docs.
authorW. Trevor King <wking@drexel.edu>
Mon, 6 Dec 2010 12:51:07 +0000 (07:51 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 6 Dec 2010 12:51:07 +0000 (07:51 -0500)
doc/tutorial.txt

index 0da1de2462b03e08f73ba69e34b33e1120ab5727..0c487b3982bffe36af50351bcd6fa9edf5732010 100644 (file)
@@ -15,13 +15,12 @@ and helps keep the bug repository in sync with the code.
 
 However, there are some differences compared to centralized
 bugtrackers.  Because bugs and comments can be created by several
-users in parallel, they have globally unique 
-:mod:`IDs </libbe.util.id>` rather than numbers.  There is also a
+users in parallel, they have globally unique :mod:`IDs
+</libbe.util.id>` rather than numbers.  There is also a
 developer-friendly command-line_ interface to compliment the
-user-friendly :doc:`web </tutorial-html>` and
-:doc:`email </tutorial-email>` interfaces.  This tutorial will focus
-on the command-line interface as the most powerful, and leave the web
-and email interfaces to other documents.
+user-friendly :doc:`web </http>` and :doc:`email </email>` interfaces.
+This tutorial will focus on the command-line interface as the most
+powerful, and leave the web and email interfaces to other documents.
 
 .. _command-line: `Command-line interface`_
 
@@ -357,7 +356,7 @@ To create a static dump of your bug directory, use::
 
 This is a fairly flexible command, see ``be help html`` for details.
 It works pretty well as the browsable part of a public interface using
-the email_ interface for interactive access.
+the :doc:`email` for interactive access.
 
 BE over HTTP
 ------------