You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2006/02/07 13:33:17 UTC

svn commit: r375586 - /forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Author: rgardler
Date: Tue Feb  7 04:32:44 2006
New Revision: 375586

URL: http://svn.apache.org/viewcvs?rev=375586&view=rev
Log:
use redirected URLs for docs (so we don't need to update on each release)

Modified:
    forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul

Modified: forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul
URL: http://svn.apache.org/viewcvs/forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul?rev=375586&r1=375585&r2=375586&view=diff
==============================================================================
--- forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul (original)
+++ forrest/trunk/tools/forrestbar/xpi/chrome/content/forrestbarOverlay.xul Tue Feb  7 04:32:44 2006
@@ -31,7 +31,7 @@
           <menuitem label="Issues" onclick="navigate('http://forrest.apache.org/issues.html');" />
           <menuitem label="Mail Lists" onclick="navigate('http://forrest.apache.org/mail-lists.html');" />
           <menuitem label="Plugins" onclick="navigate('http://forrest.apache.org/pluginDocs/index.html');" />
-          <menuitem label="Current Docs (0.7)" onclick="navigate('http://forrest.apache.org/docs_0_70/index.html');" />
+          <menuitem label="Current Docs" onclick="navigate('http://forrest.apache.org/docs/index.html');" />
           <menuitem label="Testing Zone" onclick="navigate('http://forrest.zones.apache.org');" />
           <menuseparator />
           <menuitem label="Local Forrest (localhost:8888)" onclick="navigate('http://localhost:8888/');" hidden="false" />
@@ -84,6 +84,8 @@
           <menuitem label="ls.contracts.project" onclick="navigate('http://localhost:8888/ls.contracts.project.html');" />
           <menuseparator/>
           <menuitem label="Cocoon Profiler (Needs the Profiler to be used...)" onclick="navigate('http://localhost:8888/cprofile.html');" />
+          <menuitem label="Development Docs" onclick="navigate('http://forrest.apache.org/docs/dev/index.html');" />
+         
         </menupopup>
       </toolbarbutton>