mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Better bug linking, so the same link for bugs and features will not be
seen as an error, and link to contact section too
This commit is contained in:
@@ -25,8 +25,8 @@ site_header("Sitemap");
|
||||
<h2>PHP Bugs</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="http://bugs.php.net/">Submit a bug</a></li>
|
||||
<li><a href="http://bugs.php.net/">Submit a feature request</a></li>
|
||||
<li><a href="http://bugs.php.net/">Submit a bug or a feature request</a></li>
|
||||
<li><a href="http://bugs.php.net/search.php">Search for bugs</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>PHP Support</h2>
|
||||
@@ -87,6 +87,7 @@ site_header("Sitemap");
|
||||
|
||||
<ul>
|
||||
<li><a href="/download-logos.php">Download Logos</a></li>
|
||||
<li><a href="/copyright.php#contact">Contact</a></li>
|
||||
<li><a href="/copyright.php">Copyright</a></li>
|
||||
<li><a href="/credits.php">Credits</a></li>
|
||||
<li><a href="/manual/howto">Documentation HOWTO</a></li>
|
||||
|
||||
Reference in New Issue
Block a user