Ticket #713 (assigned Bugs)

Opened 2 years ago

Last modified 19 months ago

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

phphelp.xml.patch Download (1.1 KB) - added by schnoodles 2 years ago.
Help Diff

Change History

Changed 2 years ago by schnoodles

Help Diff

Changed 2 years ago by schnoodles

Just to make it abit easier for you, i created a patch file so you can just apply it.

Changed 2 years ago by ajt

  • milestone changed from 1.2.0 to 1.2.1

Changed 19 months ago by incastrix

  • milestone changed from 1.2.1 to 1.3.0

Changed 19 months ago by incastrix

  • owner set to incastrix
  • status changed from new to assigned
  • os_platform changed from Linux to Any
  • version changed from 1.2.0-nightly to 1.2.x
Note: See TracTickets for help on using tickets.