diff options
author | Chris Ball <cjb@laptop.org> | 2010-06-22 12:25:02 -0400 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2010-06-22 12:25:02 -0400 |
commit | 6edc7b6e25b4b59b45e157d9d55816fa9dcfe494 (patch) | |
tree | da0106fcbe6077395d81da07bb92db590475e579 /doc/tutorial.txt | |
parent | c91e05c4211ea94d513b2024719c6ee27b5d6dab (diff) | |
download | bugseverywhere-6edc7b6e25b4b59b45e157d9d55816fa9dcfe494.tar.gz |
Change location of be --serve'd bugs URL to http://bugs.bugseverywhere.org/
Diffstat (limited to 'doc/tutorial.txt')
-rw-r--r-- | doc/tutorial.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/tutorial.txt b/doc/tutorial.txt index 7932c9c..46a03de 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -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 ----------------- |