com web/doc: Remove link to old HOWTO in favor of new guide: include/lib_general.inc.php

[email protected] Fri, 20 Jun 2014 11:50:51 +0000
Newsgroups php.doc.web
Message-ID <[email protected]>
Commit:    c52b7b53bc1a3e2770bbcb07168d2d82a089ce30
Author:    Sobak <[email protected]>         Fri, 20 Jun 2014 13:50:51 +0200
Parents:   852641ef029366b06a3f100f078f07f0891e8048
Branches:  master

Link:       http://git.php.net/?p=web/doc.git;a=commitdiff;h=c52b7b53bc1a3e2770bbcb07168d2d82a089ce30

Log:
Remove link to old HOWTO in favor of new guide

Maybe it's not complete yet, but it provides more info than previous
resource. Suggestions and contributions are welcome.

Changed paths:
  M  include/lib_general.inc.php


Diff:
diff --git a/include/lib_general.inc.php b/include/lib_general.inc.php
index 4744cba..7a15fbb 100644
--- a/include/lib_general.inc.php
+++ b/include/lib_general.inc.php
@@ -34,7 +34,7 @@ function site_header()
    $CSS = array('/styles/doc.css');
    $LINKS = array(
         array('href' => '/revcheck.php', 'text' => 'Documentation Tools'),
-        array('href' => '/dochowto/', 'text' => 'Documentation Howto'),
+        array('href' => '/tutorial/', 'text' => 'Tutorial for Contributors'),
         array('href' => '/phd.php', 'text' => 'PhD Homepage'),
     );