[Laszlo-checkins] r6073 - openlaszlo/branches/wafflecone/laszlo-explorer
ben@openlaszlo.org
ben at openlaszlo.org
Wed Aug 15 15:52:02 PDT 2007
Author: ben
Date: 2007-08-15 15:51:58 -0700 (Wed, 15 Aug 2007)
New Revision: 6073
Modified:
openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml
Log:
Change 20070815-ben-z by ben at slim.local on 2007-08-15 15:50:38 PDT
in /Users/ben/src/svn/openlaszlo/branches/wafflecone
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone
Summary: Fix broken links on quick index page.
New Features:
Bugs Fixed: LPP-4510 Quick Index page has broken doc links
Technical Reviewer: none
QA Reviewer: mkratt (pending)
Doc Reviewer: (pending)
Documentation:
Fixed broken links to contributor's guide and developer's guide.
Release Notes:
Details:
Tests:
Modified: openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml
===================================================================
--- openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml 2007-08-15 21:58:46 UTC (rev 6072)
+++ openlaszlo/branches/wafflecone/laszlo-explorer/nav.xml 2007-08-15 22:51:58 UTC (rev 6073)
@@ -306,11 +306,11 @@
<section name="Documentation" title="Documentation" src="/laszlo-explorer/coverpages/documentation_cover.html" text="Tutorial, advanced, reference">
<topic src="/docs/installation/index.html" name="Installation" />
<topic popup="/docs/reference/index.html" name="LZX Reference" action="popup" target="laszlolzxreference" />
- <topic popup="/docs/guide/index.html" name="Developer's Guide" action="popup" target="laszlodevguide" />
+ <topic popup="/docs/developers/index.html" name="Developer's Guide" action="popup" target="laszlodevguide" />
<topic popup="/docs/deployers/index.html" name="Administrator's Guide" action="popup" target="laszloadminguide" />
<!--topic popup="/docs/design/index.html" name="UI Designer's Guide" action="popup" target="laszlouiguide" /-->
<topic popup="/docs/component-design/index.html" name="Components Guide" action="popup" target="laszlocomponentguide" />
- <topic popup="/docs/contribref/contribref/index.html" name="Contributor's Guide" action="popup" target="laszlocontributorsguide" />
+ <topic popup="/docs/contribref/index.html" name="Contributor's Guide" action="popup" target="laszlocontributorsguide" />
<topic src="/docs/release-notes.html" name="Release Notes" />
<topic src="/tools/index.html" name="Developer's Tools" title="Development Tools" text="Tips for IDEs"/>
</section>
More information about the Laszlo-checkins
mailing list