Skip to content

Commit

Permalink
Update get-involved.php (#1009)
Browse files Browse the repository at this point in the history
* Update get-involved.php

Changed http to https link as the pages they link to does not redirect to their own https versions automatically

* Update get-involved.php

Fixed error
  • Loading branch information
alejandrodecap authored Jun 15, 2024
1 parent e182a0b commit ca4bca7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions get-involved.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
<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
Expand Down

0 comments on commit ca4bca7

Please sign in to comment.