diff options
author | W. Trevor King <wking@drexel.edu> | 2010-06-22 15:32:33 -0400 |
---|---|---|
committer | W. Trevor King <wking@drexel.edu> | 2010-06-22 15:32:33 -0400 |
commit | 7755c210fd7003479f60d5699e6f638bcd370fe6 (patch) | |
tree | ba91919c04e45cb36233cb084cd9f07a24e98b75 /doc | |
parent | 838c954fefca893ba284d4945c8beb9a969b2ebb (diff) | |
parent | 6edc7b6e25b4b59b45e157d9d55816fa9dcfe494 (diff) | |
download | bugseverywhere-7755c210fd7003479f60d5699e6f638bcd370fe6.tar.gz |
Merged Chris' tutorial BE server URL update
Diffstat (limited to 'doc')
-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 a37b014..592aef5 100644 --- a/doc/tutorial.txt +++ b/doc/tutorial.txt @@ -38,13 +38,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> @@ -265,7 +265,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 ----------------- |