From bd34be1825d315ab0116f8171b1f997173859004 Mon Sep 17 00:00:00 2001
From: Ben Sturmfels <ben@sturm.com.au>
Date: Tue, 4 Aug 2015 13:41:13 +1000
Subject: [PATCH] trac#5352: Replace references to Gitorious repository.
---
pelicanconf.py | 2 +-
theme/templates/pages/join.html | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index ea8f152..ed73855 100644
a
|
b
|
LINKS = (('news', 'http://mediagoblin.org/news/index.html'),
|
56 | 56 | ('tour', 'http://mediagoblin.org/pages/tour.html'), |
57 | 57 | ('community', 'http://mediagoblin.org/pages/join.html'), |
58 | 58 | ('bug tracker', 'http://issues.mediagoblin.org'), |
59 | | ('git repository', 'http://gitorious.org/mediagoblin/mediagoblin')) |
| 59 | ('git repository', 'https://savannah.gnu.org/projects/mediagoblin')) |
60 | 60 | |
61 | 61 | # Blogroll |
62 | 62 | # LINKS = (('Pelican', 'http://docs.notmyidea.org/alexis/pelican/'), |
diff --git a/theme/templates/pages/join.html b/theme/templates/pages/join.html
index 2b726d7..cbe0bbf 100644
a
|
b
|
Join the GNU MediaGoblin community
|
57 | 57 | |
58 | 58 | <h2 id="code">Code</h2> |
59 | 59 | <p> |
60 | | We're using <a href="http://gitorious.org/">Gitorious</a> for code |
| 60 | We're using <a href="https://savannah.gnu.org/">Savannah</a> for code |
61 | 61 | hosting. The MediaGoblin source code is in the |
62 | | <a href="https://gitorious.org/mediagoblin/mediagoblin">mediagoblin repository</a>. |
| 62 | <a href="https://savannah.gnu.org/projects/mediagoblin">mediagoblin repository</a>. |
63 | 63 | </p> |
64 | 64 | |
65 | 65 | </div> |