From cff095e2a41b49eb011f31d56de341d05786b74f Mon Sep 17 00:00:00 2001
From: Alexandre Franke <alexandre.franke@gmail.com>
Date: Thu, 3 Nov 2016 20:19:47 +0100
Subject: [PATCH] Add links in site-admin documentation foreword

Fixes #5490
---
 docs/source/siteadmin/foreword.rst | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/source/siteadmin/foreword.rst b/docs/source/siteadmin/foreword.rst
index 4c425f8..1f60ae8 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
-- 
2.7.4

