summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2018-03-10 14:54:12 +0100
committerMurray Cumming <murrayc@murrayc.com>2018-03-10 14:59:14 +0100
commit786e7d7fab2615baf3fff8b0d274c2c4f7bd2fbb (patch)
tree0664c3def1ca618bc92f22b032cb9073bc1ff672
parentff2e8aad96fa473b8de41cb949f4fb09d23ab63b (diff)
downloadsigc++-786e7d7fab2615baf3fff8b0d274c2c4f7bd2fbb.tar.gz
website: Update git/bug links.
-rw-r--r--docs/_layouts/default.html2
-rw-r--r--docs/devel.md23
-rw-r--r--docs/index.md2
3 files changed, 11 insertions, 16 deletions
diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html
index f57c931..76e6db5 100644
--- a/docs/_layouts/default.html
+++ b/docs/_layouts/default.html
@@ -47,7 +47,7 @@
<a href="mailto:libsigc-list@gnome.org">libsigc++ mailing list</a>
|
- <a href="http://git.gnome.org/browse/libsigcplusplus/">website source</a>
+ <a href="https://github.com/GNOME/libsigcplusplus/tree/master/docs">website source</a>
|
<a href="http://validator.w3.org/check/referer"><img
src="http://validator.w3.org/images/vxhtml11"
diff --git a/docs/devel.md b/docs/devel.md
index ef0b898..bf238bb 100644
--- a/docs/devel.md
+++ b/docs/devel.md
@@ -4,24 +4,19 @@ title: Development
---
## Mailing List
-There is a mailing list,
-[libsigc-list@gnome.org](http://mail.gnome.org/mailman/listinfo/libsigc-list) for libsigc++, to serve as
-a design discussion area as well as a place to report bugs. To subscribe, use the web
-[page](http://mail.gnome.org/mailman/listinfo/libsigc-list).
+There is a mailing list, [libsigc-list@gnome.org](http://mail.gnome.org/mailman/listinfo/libsigc-list) for libsigc++.
+To subscribe, use the web [page](http://mail.gnome.org/mailman/listinfo/libsigc-list).
+
Members can post directly, but all other traffic is moderated.
-There is an archive of messages,
+There is an archive of messages,
[here](http://mail.gnome.org/archives/libsigc-list/).
-## Patches
-
-Patches should be added to bugzilla bugs.
-
-See the list of [open libsigc++ bugs](http://bugzilla.gnome.org/buglist.cgi?product=libsigc%2B%2B&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO") ,or [submit a new libsigc++ bug]("http://bugzilla.gnome.org/enter_bug.cgi?product=libsigc%2B%2B).
+## Contributing
-We also accept pull requests via the [libsigc++ mirror on GitHub](https://github.com/GNOME/libsigcplusplus).
+Please report bugs as GitHub [issues](https://github.com/libsigcplusplus/libsigcplusplus/issues), or provide improvements as GitHub [pull requests](https://github.com/libsigcplusplus/libsigcplusplus/pulls).
-## Version Control
+See also the [list of older open libsigc++ bugs in the old bugilla](http://bugzilla.gnome.org/buglist.cgi?product=libsigc%2B%2B&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO").
-libsigc++ is in the [libsigcplusplus](http://git.gnome.org/browse/libsigcplusplus/) module in GNOME's git repository.
+## Git
-There is also a [libsigc++ mirror on GitHub](https://github.com/GNOME/libsigcplusplus).
+The libsigc++ source code is in the [libsigcplusplus](https://github.com/libsigcplusplus/libsigcplusplus) repository on GitHub.
diff --git a/docs/index.md b/docs/index.md
index 1eda85a..b9d4aa5 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -28,7 +28,7 @@ the GNU Library General Public License, [LGPL](http://www.gnu.org/copyleft/lgpl.
## News
-See the [NEWS](https://git.gnome.org/browse/libsigcplusplus/tree/NEWS) file in git.
+See the [NEWS](https://github.com/libsigcplusplus/libsigcplusplus/blob/master/NEWS) file in git.
## Developers