Index: trunk/wb/admin/start/template.html
===================================================================
--- trunk/wb/admin/start/template.html	(revision 403)
+++ trunk/wb/admin/start/template.html	(revision 404)
@@ -150,12 +150,12 @@
 		<table cellpadding="0" cellspacing="0" border="0" class="section">
 		<tr>
 			<td class="graphic" align="center" valign="middle" rowspan="2">
-				<a href="http://www.websitebaker.org/permalink/help?version={WB_VERSION}" target="_blank">
+				<a href="http://www.websitebaker.org/go/help/{WB_VERSION}" target="_blank">
 					<img src="{ADMIN_URL}/images/icons/help.png" border="0" />
 				</a>
 			</td>
 			<td class="title">
-				<a href="http://www.websitebaker.org/permalink/help?version={WB_VERSION}" target="_blank">{HELP}</a>
+				<a href="http://www.websitebaker.org/go/help/{WB_VERSION}" target="_blank">{HELP}</a>
 			</td>
 		</tr>
 		<tr>
Index: trunk/wb/framework/class.admin.php
===================================================================
--- trunk/wb/framework/class.admin.php	(revision 403)
+++ trunk/wb/framework/class.admin.php	(revision 404)
@@ -114,7 +114,7 @@
 					array(ADMIN_URL.'/preferences/index.php', '', $MENU['PREFERENCES'], 'preferences', 0),
 					array(ADMIN_URL.'/settings/index.php', '', $MENU['SETTINGS'], 'settings', 1),
 					array(ADMIN_URL.'/access/index.php', '', $MENU['ACCESS'], 'access', 1),
-					array('http://www.websitebaker.org/permalink/help?version='.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
+					array('http://www.websitebaker.org/help/'.WB_VERSION, '_blank', $MENU['HELP'], 'help', 0),
 					array(WB_URL.'/', '_blank', $MENU['VIEW'], 'view', 0),
 					array(ADMIN_URL.'/logout/index.php', '', $MENU['LOGOUT'], 'logout', 0)
 					);
Index: trunk/README
===================================================================
--- trunk/README	(revision 403)
+++ trunk/README	(revision 404)
@@ -30,17 +30,17 @@
 Support
 =======
 For information about finding help:
-http://www.websitebaker.org/2/help
+http://www.websitebaker.org/go/help
 
 
 Bugs
 ====
 To submit a bug:
-http://www.websitebaker.org/2/bugs
+http://www.websitebaker.org/go/bugs
 
 
 Contribute
 ==========
 For information about how to contribute (donating, etc):
-http://www.websitebaker.org/2/contribute
+http://www.websitebaker.org/go/contribute
 
