diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:30 -0700 |
commit | da953fa18a954379cc52fec85b2f30fa368aa940 (patch) | |
tree | 415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /CODINGSTYLE.md | |
parent | 2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff) | |
download | subsurface-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 'CODINGSTYLE.md')
-rw-r--r-- | CODINGSTYLE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODINGSTYLE.md b/CODINGSTYLE.md index a185f65b0..4bd016efd 100644 --- a/CODINGSTYLE.md +++ b/CODINGSTYLE.md @@ -402,4 +402,4 @@ match ExtraWhitespace /\s\+$\| \+\ze\t/ ``` [1]: http://doc.qt.io/qt-5/qstring.html#manipulating-string-data -[2]: https://github.com/Subsurface-divelog/subsurface/blob/master/core/membuffer.h +[2]: https://github.com/Subsurface/subsurface/blob/master/core/membuffer.h |