[gnome-web-www] Update links to wiki



commit e7e940a3c84a308fb3d9ae417799660c3a115b3a
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Wed Nov 6 19:33:23 2013 +0000

    Update links to wiki

 theme/footer_language-selector.php |    2 +-
 theme/opw/index.html               |    2 +-
 theme/page-friends.php             |    4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/theme/footer_language-selector.php b/theme/footer_language-selector.php
index 5bb918b..1e9095d 100644
--- a/theme/footer_language-selector.php
+++ b/theme/footer_language-selector.php
@@ -33,7 +33,7 @@ if (function_exists('wppo_get_all_available_langs') && function_exists('wppo_get
         
         <div class="help_us_translating">
             <?php
-            $join_translation_url = 'http://live.gnome.org/TranslationProject/JoiningTranslation';
+            $join_translation_url = 'http://wiki.gnome.org/TranslationProject/JoiningTranslation';
             printf(__( 'Found a translation bug or want to help translating GNOME? Join the <a 
href="%1$s">GNOME Translation Project</a>!', 'grass' ), $join_translation_url);
             ?>
         </div>
diff --git a/theme/opw/index.html b/theme/opw/index.html
index 2136b5a..4534664 100644
--- a/theme/opw/index.html
+++ b/theme/opw/index.html
@@ -48,7 +48,7 @@
             <h2>Apply</h2>
             <p>Applications are now accepted for the new round of the Outreach Program for Women 
internships. The application deadline is November 11, 2013 and the internship dates are December 10, 2013 to 
March 10, 2014. Students from the Southern Hemisphere, who will have a summer school break during this time, 
as well as non-students from around the world are encouraged to apply. Coding, design, documentation and 
other projects are available. The applicants are asked to collaborate with mentors from the <a 
href="https://wiki.gnome.org/OutreachProgramForWomen/2013/DecemberMarch/#Participating_Organizations";>participating
 organizations</a> to make a contribution relevant to the project they are applying for during the 
application process. The accepted participants will work remotely, while being guided by their mentor, and 
receive $5,000 stipend.
 
-                <a href="https://live.gnome.org/OutreachProgramForWomen"; class="learn-more link-wiki">Learn 
how to get started and apply!</a>
+                <a href="https://wiki.gnome.org/OutreachProgramForWomen"; class="learn-more link-wiki">Learn 
how to get started and apply!</a>
         </div>
         
         <div class="span24 section" id="participants">
diff --git a/theme/page-friends.php b/theme/page-friends.php
index e860f06..d06eda0 100644
--- a/theme/page-friends.php
+++ b/theme/page-friends.php
@@ -17,7 +17,7 @@ class HackerList {
         if (isset($hackerDict['name'])) {
             if (!isset($hackerDict['shortName'])) {
                 // short name is the name without spaces and html characters
-                $shortName = 'http://live.gnome.org/' . urlencode(str_replace(' ', '', $hackerDict['name']));
+                $shortName = 'http://wiki.gnome.org/' . urlencode(str_replace(' ', '', $hackerDict['name']));
                 $hackerDict['shortName'] = $shortName;
             }
             $returnHtml = sprintf('<li><input type="radio" name="os0" ' .
@@ -319,7 +319,7 @@ function print_form_head($form_name, $product_name) {
                                10 => array('name' => 'Stormy Peters'),
                                11 => array('name' => 'Lucas Rocha'),
                                12 => array('name' => 'Vincent Untz'),
-                               13 => array('name' => 'Luis Villa', 'shortName' => 
'http://live.gnome.org/LuisVilla4'),
+                               13 => array('name' => 'Luis Villa', 'shortName' => 
'http://wiki.gnome.org/LuisVilla4'),
                                14 => array('name' => 'Karen Sandler'),
                         );
                         


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]