diff options
author | Alexandre Franke <alexandre.franke@gmail.com> | 2016-11-03 20:19:47 +0100 |
---|---|---|
committer | Ben Sturmfels <ben@sturm.com.au> | 2016-11-13 09:49:44 +1100 |
commit | 754a8867c0cf57451da8c3d06e0fe3c5e62c840f (patch) | |
tree | 40b0618f187824e8e872e03e1873a81b79313c94 | |
parent | 52a16d64ed96686de9e8640e03cea24b15df07f1 (diff) | |
download | mediagoblin-754a8867c0cf57451da8c3d06e0fe3c5e62c840f.tar.lz mediagoblin-754a8867c0cf57451da8c3d06e0fe3c5e62c840f.tar.xz mediagoblin-754a8867c0cf57451da8c3d06e0fe3c5e62c840f.zip |
Add links in site-admin documentation foreword
Fixes #5490
-rw-r--r-- | docs/source/siteadmin/foreword.rst | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/source/siteadmin/foreword.rst b/docs/source/siteadmin/foreword.rst index 4c425f8d..1f60ae8e 100644 --- a/docs/source/siteadmin/foreword.rst +++ b/docs/source/siteadmin/foreword.rst @@ -34,13 +34,15 @@ Improving the Site Administrator's Guide There are a few ways---please pick whichever method is convenient for you! -1. Write up a bug report in the bug tracker +1. Write up a bug report in the `bug tracker`_ 2. Tell someone on IRC ``#mediagoblin`` on Freenode. -3. Write an email to the devel mailing list. +3. Write an email to the `devel mailing list`_. -Information about the bugtracker, IRC and the mailing list is all on +More information about resources to contribute are available on the `join page`_. +.. _bug tracker: https://issues.mediagoblin.org/ +.. _devel mailing list: http://lists.mediagoblin.org/listinfo/devel .. _join page: http://mediagoblin.org/join/ Patches are the most helpful, but even feedback on what you think |