aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-26 16:36:27 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-26 16:36:30 -0700
commitda953fa18a954379cc52fec85b2f30fa368aa940 (patch)
tree415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /README.md
parent2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff)
downloadsubsurface-da953fa18a954379cc52fec85b2f30fa368aa940.tar.gz
move GitHub url to the Subsurface org
Instead of using the Subsurface-divelog user on GitHub, we now use an org that was generously donated to us. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 370846a65..50d9042fa 100644
--- a/README.md
+++ b/README.md
@@ -10,14 +10,14 @@ Subsurface can be found at http://subsurface-divelog.org
Our user forum is at http://subsurface-divelog.org/user-forum/
Report bugs and issues at
-https://github.com/Subsurface-divelog/subsurface/issues
+https://github.com/Subsurface/subsurface/issues
License: GPLv2
We frequently make new test versions of Subsurface available at
http://subsurface-divelog.org/downloads/test/ and you always can get the
latest builds (with some caveats about installability) at
-https://github.com/Subsurface-divelog/subsurface/releases/tag/continuous
+https://github.com/subsurface/subsurface/releases/tag/ci-release
These tend to contain the latest bug fixes and features, but also
occasionally the latest bugs and issues. Please understand when using them
@@ -27,11 +27,11 @@ You can get the sources to the latest development version from the git
repository:
```
-git clone https://github.com/Subsurface-divelog/subsurface.git
+git clone https://github.com/Subsurface/subsurface.git
```
You can also fork the repository and browse the sources at the same site,
-simply using https://github.com/Subsurface-divelog/subsurface
+simply using https://github.com/Subsurface/subsurface
If you want the latest release (instead of the bleeding edge
development version) you can either get this via git or the release tar
@@ -102,7 +102,7 @@ Go to http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
to subscribe.
If you want to contribute code, please open a pull request with signed-off
-commits at https://github.com/Subsurface-divelog/subsurface/pulls
+commits at https://github.com/Subsurface/subsurface/pulls
(alternatively, you can also send your patches as emails to the developer
mailing list).