[PECL-CVS] [web-pecl] master: Fixed broken link
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr) Date: 2025-11-04T15:19:29Z Commit: https://github.com/php/web-pecl/commit/ea9bd0fb5ded97edac46c4aadc74dbf9236bf61d Raw diff: https://github.com/php/web-pecl/commit/ea9bd0fb5ded97edac46c4aadc74dbf9236bf61d.diff Fixed broken link Changed paths: M templates/pages/doc/index.php Diff: diff --git a/templates/pages/doc/index.php b/templates/pages/doc/index.php index 376c192e..16b7e039 100644 --- a/templates/pages/doc/index.php +++ b/templates/pages/doc/index.php @@ -5,7 +5,7 @@ <h2>Some information on PECL specific topics</h2> <ul> -<li><a href="/docs/branches.php">SVN Branches and how they relate to PECL</a></li> +<li><a href="/doc/branches.php">SVN Branches and how they relate to PECL</a></li> <li><a href="https://php.net/manual/install.pecl.php">How to install a PECL extension</a></li> <li><a href="https://wiki.php.net/doc/scratchpad/pecldocs">How to document a PECL extension</a></li> </ul>