diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-01-22 18:39:24 -0500 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-01-22 18:39:24 -0500 |
| commit | 49f6ce2d94194220213edb108e4ac372acd2eabb (patch) | |
| tree | f9944f16876c8eb0281458e7e59f64dc1cbe72e9 /modules/gallery/views/upgrader.html.php | |
| parent | d45a73777935c86fc5131955831833d7465b5e9d (diff) | |
gallery.menalto.com -> galleryproject.org
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957.
Diffstat (limited to 'modules/gallery/views/upgrader.html.php')
| -rw-r--r-- | modules/gallery/views/upgrader.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index 70d37dd1..edfaf720 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -144,8 +144,8 @@ <p> <em> <?= t("Did something go wrong? Try the <a href=\"%faq_url\">FAQ</a> or ask in the <a href=\"%forums_url\">Gallery forums</a>.", - array("faq_url" => "http://codex.gallery2.org/Gallery3:FAQ", - "forums_url" => "http://gallery.menalto.com/forum")) ?> + array("faq_url" => "http://codex.galleryproject.org/Gallery3:FAQ", + "forums_url" => "http://galleryproject.org/forum")) ?> </em> </p> </div> |
