Author: Jordi Kroon (jordikroon) Committer: GitHub (web-flow) Pusher: TimWolla Date: 2026-07-05T22:30:51+02:00
Commit: https://github.com/php/web-php/commit/1d4f635726f73a385711ffebe9ab3727be65917e Raw diff: https://github.com/php/web-php/commit/1d4f635726f73a385711ffebe9ab3727be65917e.diff Remove links to heap.space (#1954) Changed paths: M get-involved.php M sites.php Diff: diff --git a/get-involved.php b/get-involved.php index 62793409a8..91e45a0d3f 100644 --- a/get-involved.php +++ b/get-involved.php @@ -54,8 +54,6 @@ <h3 class="content-title" id="references">Useful links for developers</h3> <ul class="content-box listed"> - <li><a href="https://heap.space">lxr</a> - an online interface to the - PHP source, providing search facilities useful for programmers and researchers</li> <li><a href="https://wiki.php.net/rfc/howto">The RFC process</a> - the process by which developers can suggest and discuss new ideas with the community</li> <li><a href="/build-setup.php">Developer Setup Help</a> - some helpful information diff --git a/sites.php b/sites.php index 2bd6bda41d..842aa92806 100644 --- a/sites.php +++ b/sites.php @@ -128,10 +128,6 @@ interface to it. There you can browse the history (and latest versions) of the the repository for the source code to the latest version of PHP itself. Checking out the source code can be done <a href="git.php">anonymously</a>. </p> -<p> - Using <a href="https://heap.space/">OpenGrok</a> is another option to view the - source code, and it offers additional features like search and cross referencing. -</p> </div> <h2 id="wiki" class="content-header"><a href="https://wiki.php.net/">wiki.php.net</a>: The PHP Wiki</h2>
