[extensions-web] Fix link to about page in dummy proxy



commit 8a898e453a1493c6ed0a8d77d7f1bff86b99390b
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Mon Mar 18 00:34:56 2013 -0400

    Fix link to about page in dummy proxy

 .../js/templates/messages/dummy_proxy.mustache     |    2 +-
 sweettooth/static/js/templates/templatedata.js     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/sweettooth/static/js/templates/messages/dummy_proxy.mustache 
b/sweettooth/static/js/templates/messages/dummy_proxy.mustache
index b6efed4..09417f5 100644
--- a/sweettooth/static/js/templates/messages/dummy_proxy.mustache
+++ b/sweettooth/static/js/templates/messages/dummy_proxy.mustache
@@ -1 +1 @@
-You do not appear to have an up to date version of GNOME3. You won't be able to install extensions from 
here. See the <a href="about/#old-version">about page</a> for more information.
+You do not appear to have an up to date version of GNOME3. You won't be able to install extensions from 
here. See the <a href="/about/#old-version">about page</a> for more information.
diff --git a/sweettooth/static/js/templates/templatedata.js b/sweettooth/static/js/templates/templatedata.js
index 64e7f62..25a06e6 100644
--- a/sweettooth/static/js/templates/templatedata.js
+++ b/sweettooth/static/js/templates/templatedata.js
@@ -11,5 +11,5 @@ define({
   "extensions/uninstall": "You uninstalled <b>{{name}}</b>.",
   "messages/cannot_list_errors": "GNOME Shell Extensions cannot automatically detect any errors.",
   "messages/cannot_list_local": "GNOME Shell Extensions cannot list your installed extensions.",
-  "messages/dummy_proxy": "You do not appear to have an up to date version of GNOME3. You won't be able to 
install extensions from here. See the <a href=\"about/#old-version\">about page</a> for more information."
+  "messages/dummy_proxy": "You do not appear to have an up to date version of GNOME3. You won't be able to 
install extensions from here. See the <a href=\"/about/#old-version\">about page</a> for more information."
 });


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