Author: Adecap (alejandrodecap)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-06-15T19:39:07+03:00

Commit: 
https://github.com/php/web-php/commit/ca4bca796cdd7efd619a1ee9b2fa127d27e55d0f
Raw diff: 
https://github.com/php/web-php/commit/ca4bca796cdd7efd619a1ee9b2fa127d27e55d0f.diff

Update get-involved.php (#1009)

* 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

Changed paths:
  M  get-involved.php


Diff:

diff --git a/get-involved.php b/get-involved.php
index 8df36b5069..2aa251a5a8 100644
--- a/get-involved.php
+++ b/get-involved.php
@@ -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

Reply via email to