Ticket #713 (assigned Bugs)
Broken links in the help
| Reported by: | mbooth | Owned by: | incastrix |
|---|---|---|---|
| Priority: | 1 | Milestone: | 1.3.0 |
| Component: | PHP Manual View | Version: | 1.2.x |
| Keywords: | Cc: |
Description
I noticed a couple of broken links in the help. Here's a quick patch for source:/trunk/net.sourceforge.phpeclipse.phphelp/phphelp.xml:
--- net.sourceforge.phpeclipse.phphelp/phphelp.xml 2006-07-14 11:13:57.000000000 +0100 +++ net.sourceforge.phpeclipse.phphelp/phphelp.xml 2008-06-14 17:55:51.000000000 +0100 @@ -1,4 +1,4 @@ -<toc label="PHPEclipse Help" topic="doc/phpeclipse/index.html"> +<toc label="PHPEclipse Help" topic="doc/index.html"> <topic label="PHP Help Table of Contents" href="doc/index.html"/> <topic label="I. Getting Started" href="doc/getting-started.html"/> <topic label="II. Installation and Configuration" href="doc/install.html"/> @@ -8,5 +8,5 @@ <topic label="VI. Function Reference" href="doc/funcref.html"/> <topic label="VII. PHP and Zend Engine Internals" href="doc/internals.html"/> <topic label="VIII. FAQ: Frequently Asked Questions" href="doc/faq.html"/> - <topic label="IX. Appendixes" href="doc/appendixes.html"/> -</toc> \ No newline at end of file + <topic label="IX. Appendices" href="doc/appendices.html"/> +</toc>
The link to "VII. PHP and Zend Engine Internals" is also broken, but I've no idea what it should point to...
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

