Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Farning <dfarning@gmail.com>2009-03-17 18:56:09 (GMT)
committer David Farning <dfarning@gmail.com>2009-03-17 18:58:40 (GMT)
commit37e5ab59db65a2d861e99ddc6ecfd8d9c22e0812 (patch)
treeb4d48eda8676d75340d3c179b3765557ee3e5e29
parentff1a3a8038fc3f90b2dc0d3e745bfcd6974d2be4 (diff)
point editor information to w.sl.o
-rw-r--r--site/app/views/developers/uploader.thtml4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/app/views/developers/uploader.thtml b/site/app/views/developers/uploader.thtml
index 4b56711..7a16fc2 100644
--- a/site/app/views/developers/uploader.thtml
+++ b/site/app/views/developers/uploader.thtml
@@ -138,7 +138,7 @@
<h3>Version <span id="new-version-number"></span> Created!</h3>
<div id="created-results">
<p>Your new version has been created and is currently marked as <span id="new-file-status"></span>.</p>
- <p id="pending-message">The new version will be available to the public as soon as an editor is able to review it. There are currently <span id="queue-count"></span> other add-ons in the queue. Want to be reviewed faster? Consider <a href="https://wiki.mozilla.org/Update:Editors">becoming an editor</a>.</p>
+ <p id="pending-message">The new version will be available to the public as soon as an editor is able to review it. There are currently <span id="queue-count"></span> other add-ons in the queue. Want to be reviewed faster? Consider <a href="http://wiki.sugarlabs.org/go/ActivityTeam/aslo">becoming an editor</a>.</p>
<p>View your new version in the <a id="version-link" href="<?=$html->url('/developers/versions/edit/')?>">Versions and Files page</a>, check out your add-on's <a href="<?=$html->url('/developers/addon/status/'.$addon_id)?>">current status</a>, or <b>add release notes</b> by clicking the button below (highly recommended).</p>
<div class="action-button-container centered"><a id="complete-link" href="<?=$html->url('/developers/versions/edit/')?>" class="action-button rounded">Add Release Notes</a></div>
@@ -149,7 +149,7 @@
<h3>File Added!</h3>
<div id="created-results">
<p>Your new file has been added to version <?=$version?> and is currently marked as <span id="new-file-status"></span>.</p>
- <p id="pending-message">The new version will be available to the public as soon as an editor is able to review it. There are currently <span id="queue-count"></span> other add-ons in the queue. Want to be reviewed faster? Consider <a href="https://wiki.mozilla.org/Update:Editors">becoming an editor</a>.</p>
+ <p id="pending-message">The new version will be available to the public as soon as an editor is able to review it. There are currently <span id="queue-count"></span> other add-ons in the queue. Want to be reviewed faster? Consider <a href="http://wiki.sugarlabs.org/go/ActivityTeam/aslo">becoming an editor</a>.</p>
<p>View your new file in the <a href="<?=$html->url('/developers/versions/edit/'.$version_id)?>">Versions and Files page</a>, or check out your add-on's <a href="<?=$html->url('/developers/addon/status/'.$addon_id)?>">current status</a>.</p>
</div>
</div><!-- /#file-created-content -->