aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Ball <cjb@laptop.org>2011-01-08 20:39:48 -0500
committerChris Ball <cjb@laptop.org>2011-01-08 20:39:48 -0500
commit81373db51acdd5639500569668c9333bf1f098cd (patch)
treeb8ce0c38b7dc7af589c6ce32b73ef90eab5f7869 /doc
parent66037fb14b06ab42eb37e6cc93d10c9717ce0d9e (diff)
parent49896ffd2bf821150cfdfcc2a0e8c26c1fb2defe (diff)
downloadbugseverywhere-81373db51acdd5639500569668c9333bf1f098cd.tar.gz
Merge branch 'master' of http://www.physics.drexel.edu/~wking/code/git/be
Diffstat (limited to 'doc')
-rw-r--r--doc/tutorial.txt13
1 files changed, 6 insertions, 7 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt
index 0154f5b..7b7220f 100644
--- a/doc/tutorial.txt
+++ b/doc/tutorial.txt
@@ -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`_
@@ -358,7 +357,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
------------