Docs: Updated URLs

This commit is contained in:
Paul Beckingham 2018-02-08 22:08:59 -05:00
parent 7410b01cad
commit eed9664173
6 changed files with 9 additions and 9 deletions

View file

@ -8,9 +8,9 @@
## Obtain and build code:
```
$ git clone --recursive https://git.tasktools.org/TM/task.git task.git
$ cd task.git
$ git checkout 2.5.2 # Latest dev branch
$ git clone --recursive https://github.com/GothenburgBitFactory/taskwarrior taskwarrior.git
$ cd taskwarrior.git
$ git checkout 2.6.0 # Latest dev branch
$ git submodule init # This is now done by cmake as a test
$ git submodule update # Update the libhsared.git submodule
$ cmake -DCMAKE_BUILD_TYPE=debug . # debug or release. Default: neither
@ -29,7 +29,7 @@
current development branch. The source tarballs do not reflect HEAD, and do
not contain the test suite.
If you send a patch (support@taskwarrior.org), make sure that patch is made
If you send a patch (support@gothenburgbitfactory.org), make sure that patch is made
against git HEAD on the development branch. We cannot apply patches made
against the tarball source, or master.