summaryrefslogtreecommitdiffstats
path: root/eclipse-phpeclipse-broken-help-links.patch
blob: 57e3cc8b30b4b80dac484e0d69e2adaabc4bb957 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Index: ./plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml
===================================================================
--- ./plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml	(revision 1625)
+++ ./plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml	(working copy)
@@ -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"/>
@@ -6,7 +6,7 @@
   <topic label="IV. Security" href="doc/security.html"/>
   <topic label="V. Features" href="doc/features.html"/>
   <topic label="VI. Function Reference" href="doc/funcref.html"/>
-  <topic label="VII. PHP and Zend Engine Internals" href="doc/internals.html"/>
+  <topic label="VII. PHP at the Core: A Hacker's Guide to the Zend Engine" href="doc/book.internals2.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>