| Gabor Hojtsy 2004-10-13, 9:04 am |
| goba Wed Oct 13 04:37:36 2004 EDT
Modified files:
/phpweb docs-echm.php
Log:
fix jedit link
http://cvs.php.net/diff.php/phpweb/...1.6&r2=1.7&ty=u
Index: phpweb/docs-echm.php
diff -u phpweb/docs-echm.php:1.6 phpweb/docs-echm.php:1.7
--- phpweb/docs-echm.php:1.6 Mon Oct 11 08:41:26 2004
+++ phpweb/docs-echm.php Wed Oct 13 04:37:28 2004
@@ -1,5 +1,5 @@
<?php
-// $Id: docs-echm.php,v 1.6 2004/10/11 12:41:26 goba Exp $
+// $Id: docs-echm.php,v 1.7 2004/10/13 08:37:28 goba Exp $
$_SERVER['BASE_PAGE'] = 'docs-echm.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
@@ -179,7 +179,7 @@
</li>
<li>
- <strong><a href="http://www.macromedia.com/software/homesite/">jEdit</a></strong>:
+ <strong><a href="http://jedit.org/">jEdit</a></strong>:
Users of this editor can grab and adjust this BeanShell macro. Save it as
Lookup_In_PHP_Manual.bsh.
<pre>CHM_location = "C:\\PHP\\php_manual_en.chm";
|