Change location of be --serve'd bugs URL to http://bugs.bugseverywhere.org/
authorChris Ball <cjb@laptop.org>
Tue, 22 Jun 2010 16:25:02 +0000 (12:25 -0400)
committerChris Ball <cjb@laptop.org>
Tue, 22 Jun 2010 16:25:02 +0000 (12:25 -0400)
doc/tutorial.txt

index 7932c9cfc27f4e7fad66d0b33bbcd0fb389517a6..46a03de2563e6c7388a61dd69ce69ad531408449 100644 (file)
@@ -39,13 +39,13 @@ Bugs
 
 If you have any problems with BE, you can look for matching bugs::
 
-    $ be --repo http://bugseverywhere.org/bugs list
+    $ be --repo http://bugs.bugseverywhere.org/ list
 
 If your bug isn't listed, please open a new bug::
 
-    $ be --repo http://bugseverywhere.org/bugs new 'bug'
+    $ be --repo http://bugs.bugseverywhere.org/ new 'bug'
     Created bug with ID bea/abc
-    $ be --repo http://bugseverywhere.org/bugs comment bea/def
+    $ be --repo http://bugs.bugseverywhere.org/ comment bea/def
     <editor spawned for comments>
 
 
@@ -266,7 +266,7 @@ Compare with a previous revision ``480``::
 
 Compare your BE branch with the trunk::
 
-    $ be diff --repo http://bugseverywhere.org/bugs/
+    $ be diff --repo http://bugs.bugseverywhere.org/
 
 Manipulating bugs
 -----------------