aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorAnand Aiyer <aaiyer@gmail.com>2016-10-31 16:27:01 +0530
committerMatěj Cepl <mcepl@cepl.eu>2024-01-18 19:01:59 +0100
commit4f7099d9c808fa646f24540039af4ee8e7f943ab (patch)
tree326e4a847a448791ae9c0f4ee0af89c1257adc94 /README
parent5e1b5fe911d4805133357e329d009f998300867d (diff)
downloadbugseverywhere-4f7099d9c808fa646f24540039af4ee8e7f943ab.tar.gz
* Forked bugseverywhere -- so update the README
* Fix web interface issue with editing a bug * Integrate the web interface into the be command line, so it can be invoked easily using 'be web'
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 4f97835..3a901d6 100644
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ Getting BE
BE is available as a Git repository::
- $ git clone https://gitlab.com/bugseverywhere/bugseverywhere.git be
+ $ git clone https://github.com/aaiyer/bugseverywhere.git be
See the homepage_ for details. If you do branch the Git repo, you'll
need to run::
@@ -31,7 +31,7 @@ to install BE. By default BE will install into your home directory,
but you can tweak the ``INSTALL_OPTIONS`` variable in ``Makefile``
to install to another location.
-.. _homepage: http://bugseverywhere.org/
+.. _homepage: https://github.com/aaiyer/bugseverywhere
Getting started