# HG changeset patch
# User Goffi <goffi@goffi.org>
# Date 1355092710 -3600
# Node ID 60ea800b7237ae33ba5a25e72e2dcce0dec3c3cf
# Parent  d15fbb208ba083d27593b4e440958c697ee4ea74
browser side: fixed about menu + updated website URL

diff -r d15fbb208ba0 -r 60ea800b7237 browser_side/menu.py
--- a/browser_side/menu.py	Sun Dec 09 23:37:20 2012 +0100
+++ b/browser_side/menu.py	Sun Dec 09 23:38:30 2012 +0100
@@ -121,11 +121,11 @@
         _dialog.show()
 
     def onAbout(self):
-        _about = HTML("""<b>Libervia</b>, a Salut à Toi project<br />
+        _about = HTML("""<b>Libervia</b>, a Salut &agrave; Toi project<br />
 <br />
 You can contact the author at <a href="mailto:goffi@goffi.org">goffi@goffi.org</a><br />
 Blog available (mainly in french) at <a href="http://www.goffi.org" target="_blank">http://www.goffi.org</a><br />
-Project page: <a href="http://wiki.goffi.org/wiki/Salut_à_Toi"target="_blank">http://wiki.goffi.org/wiki/Salut_à_Toi</a><br />
+Project page: <a href="http://sat.goffi.org"target="_blank">http://sat.goffi.org</a><br />
 <br />
 Any help welcome :)
 <p style='font-size:small;text-align:center'>This project is dedicated to Roger Poisson</p>