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/welcome_message.html.php | |
| parent | d45a73777935c86fc5131955831833d7465b5e9d (diff) | |
gallery.menalto.com -> galleryproject.org
codex.gallery2.org -> codex.galleryproject.org
Fixes #1957.
Diffstat (limited to 'modules/gallery/views/welcome_message.html.php')
| -rw-r--r-- | modules/gallery/views/welcome_message.html.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery/views/welcome_message.html.php b/modules/gallery/views/welcome_message.html.php index 1fcca971..bb6b4a83 100644 --- a/modules/gallery/views/welcome_message.html.php +++ b/modules/gallery/views/welcome_message.html.php @@ -27,10 +27,10 @@ </p> <p> - <?= t("Want to learn more? The <a href=\"%url\">Gallery website</a> has news and information about the Gallery project and community.", array("url" => "http://gallery.menalto.com")) ?> + <?= t("Want to learn more? The <a href=\"%url\">Gallery website</a> has news and information about the Gallery project and community.", array("url" => "http://galleryproject.org")) ?> </p> <p> - <?= t("Having problems? There's lots of information in our <a href=\"%codex_url\">documentation site</a> or you can <a href=\"%forum_url\">ask for help in the forums!</a>", array("codex_url" => "http://codex.gallery2.org/Main_Page", "forum_url" => "http://gallery.menalto.com/forum")) ?> + <?= t("Having problems? There's lots of information in our <a href=\"%codex_url\">documentation site</a> or you can <a href=\"%forum_url\">ask for help in the forums!</a>", array("codex_url" => "http://codex.galleryproject.org/Main_Page", "forum_url" => "http://galleryproject.org/forum")) ?> </p> </div> |
