Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update get-involved.php #1009

Merged
merged 2 commits into from
Jun 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions get-involved.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
<h3 class="content-title" id="ways-to-contribute">Four Best Ways to Contribute</h3>

<ol class="content-box listed">
<li>Running test suites in <a href="http://qa.php.net/">RC</a>
and <a href="http://php.net/releases">release</a> distributions of PHP</li>
<li>Running test suites in <a href="https://qa.php.net/">RC</a>
and <a href="https://php.net/releases">release</a> distributions of PHP</li>
<li>Help finding and diagnosing failed tests, see
the <a href="http://qa.php.net/write-test.php">phpt documentation</a></li>
the <a href="https://qa.php.net/write-test.php">phpt documentation</a></li>
<li>Filing and resolving bug reports
on <a href="https://github.com/php/php-src/issues/">GitHub Issues</a>.</li>
<li>Help maintain and or translate documentation files
at the doc-* repositories on <a href="https://github.com/php/?q=doc">github</a>. Check out our
<a href="http://doc.php.net/tutorial/">guide for contributors</a>.</li>
<a href="https://doc.php.net/tutorial/">guide for contributors</a>.</li>
alejandrodecap marked this conversation as resolved.
Show resolved Hide resolved
</ol>

<h3 class="content-header" id="php-src">Development of the PHP source</h3>
Expand Down