Author: Jim Winstead (jimwins)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2024-10-27T00:27:06+03:00

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

doc.php.net is on HTTPS now, and contribution guide URL changed (#1108)

Changed paths:
  M  docs.php
  M  error.php
  M  get-involved.php
  M  git-php.php
  M  license/index.php
  M  manual/help-translate.php
  M  manual/php4.php
  M  manual/php5.php
  M  sites.php


Diff:

diff --git a/docs.php b/docs.php
index 4052c8392e..04dd131079 100644
--- a/docs.php
+++ b/docs.php
@@ -18,7 +18,7 @@
  Note, that many languages are just under translation, and
  the untranslated parts are still in English. Also some translated
  parts might be outdated. The translation teams are
- <a href="http://doc.php.net/";>open to contributions</a>.
+ <a href="https://doc.php.net/";>open to contributions</a>.
 </p>
 </div>
 
@@ -65,7 +65,7 @@
 <ul class="content-box listed">
  <li>
   If you are interested in how the documentation is edited and translated,
-  you should read the <a href="http://doc.php.net/tutorial/";>Documentation 
HOWTO</a>.
+  you should read the <a href="https://doc.php.net/guide/";>contribution 
guide</a>.
  </li>
  <li>
   <a href="http://pear.php.net/manual/";>Documentation of PEAR and the various
diff --git a/error.php b/error.php
index 32e5612cf3..a5d4522989 100644
--- a/error.php
+++ b/error.php
@@ -545,8 +545,8 @@
     "pear" => "http://pear.php.net/";,
     "bugs" => "https://bugs.php.net/";,
     "bugstats" => "https://bugs.php.net/stats.php";,
-    "phpdochowto" => "http://doc.php.net/tutorial/";,
-    "rev" => "http://doc.php.net/revcheck.php?p=graph&lang=$LANG";,
+    "phpdochowto" => "https://doc.php.net/guide/";,
+    "rev" => "https://doc.php.net/revcheck.php?p=graph&lang=$LANG";,
     "release/5_3_0.php" => "/releases/5_3_0.php", // PHP 5.3.0 release 
announcement had a typo
     "ideas.php" => "http://wiki.php.net/ideas";, // BC
     "releases.atom" => "/releases/feed.php", // BC, No need to pre-generate it
diff --git a/get-involved.php b/get-involved.php
index 2aa251a5a8..59f96f4de2 100644
--- a/get-involved.php
+++ b/get-involved.php
@@ -34,7 +34,7 @@
       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/guide/";>guide for contributors</a>.</li>
  </ol>
 
 <h3 class="content-header" id="php-src">Development of the PHP source</h3>
diff --git a/git-php.php b/git-php.php
index 5ae8c854d4..c78697b527 100644
--- a/git-php.php
+++ b/git-php.php
@@ -205,11 +205,11 @@
  </tr>
  <tr>
   <td class="sub">Reading the PHP source</td>
-  <td><a href="http://doc.php.net/tutorial/";>Maintaining the 
documentation</a></td>
+  <td><a href="https://doc.php.net/guide/";>Maintaining the 
documentation</a></td>
  </tr>
  <tr>
   <td class="sub">Using PHP extensions</td>
-  <td><a href="http://doc.php.net/tutorial/";>Translating the 
documentation</a></td>
+  <td><a href="https://doc.php.net/guide/";>Translating the 
documentation</a></td>
  </tr>
  <tr>
   <td class="sub">Creating experimental PHP extensions</td>
@@ -259,7 +259,7 @@
  Similarly, if you plan on contributing documentation, you should
  <a href="mailto:phpdoc-subscr...@lists.php.net";>subscribe to the
  documentation mailing list</a>, and read the
- <a href="http://doc.php.net/tutorial/";>PHP Documentation HOWTO</a>.
+ <a href="https://doc.php.net/guide/";>PHP Documentation contribution guide</a>.
 </p>
 
 <p>
diff --git a/license/index.php b/license/index.php
index 4d8fbf02e5..a9bbb5df31 100644
--- a/license/index.php
+++ b/license/index.php
@@ -64,7 +64,7 @@
   copyright (c) the PHP Documentation Group
  </li>
  <li><a href="http://creativecommons.org/licenses/by/3.0/";>Summary</a> in 
human-readable form</li>
- <li>Practical Information: <a 
href="http://doc.php.net/tutorial/";>Documentation HOWTO</a></li>
+ <li>Practical Information: <a href="https://doc.php.net/guide/";>Contribution 
Guide</a></li>
 </ul>
 
 <a id="web-lic"></a>
diff --git a/manual/help-translate.php b/manual/help-translate.php
index c416b10930..ab8b5c051e 100644
--- a/manual/help-translate.php
+++ b/manual/help-translate.php
@@ -12,7 +12,7 @@
 
 <h3>How to help translate the PHP Manual</h3>
 <p>
-If you're interested in helping translate a specific language, then please 
read the translation section of the <a 
href="http://doc.php.net/tutorial/";>Guide for Manual Contributors</a> and 
contact the appropriate mailing list. Whether or not your language is shown 
below, you are very welcome to help translate the PHP Manual from English to 
another language.
+If you're interested in helping translate a specific language, then please 
read the translation section of the <a href="https://doc.php.net/guide/";>Guide 
for Manual Contributors</a> and contact the appropriate mailing list. Whether 
or not your language is shown below, you are very welcome to help translate the 
PHP Manual from English to another language.
 </p>
 
 <h3>Using outdated translations</h3>
diff --git a/manual/php4.php b/manual/php4.php
index bdd8e81a35..632864d9cb 100644
--- a/manual/php4.php
+++ b/manual/php4.php
@@ -25,7 +25,7 @@
 
 <ul>
  <li>
-  You can download a copy in the <a 
href="http://doc.php.net/archives/";>documentation archives</a>.
+  You can download a copy in the <a 
href="https://doc.php.net/archives/";>documentation archives</a>.
  </li>
  <li>
   You can also find the <a 
href="https://php-legacy-docs.zend.com/manual/php4/en/index";>PHP 4 legacy 
manual</a>
diff --git a/manual/php5.php b/manual/php5.php
index 5649c7691d..28dd12716a 100644
--- a/manual/php5.php
+++ b/manual/php5.php
@@ -25,7 +25,7 @@
 
 <ul>
  <li>
-  You can download a copy in the <a 
href="http://doc.php.net/archives/";>documentation archives</a>.
+  You can download a copy in the <a 
href="https://doc.php.net/archives/";>documentation archives</a>.
  </li>
  <li>
   You can also find the <a 
href="https://php-legacy-docs.zend.com/manual/php5/en/index";>PHP 5 legacy 
manual</a>
diff --git a/sites.php b/sites.php
index 27026522c8..5b8837c2c2 100644
--- a/sites.php
+++ b/sites.php
@@ -110,7 +110,7 @@
  reported the same problem!).
 </p>
 
-<h2 id="doc" class="content-header"><a 
href="http://doc.php.net/";>doc.php.net</a>: Documentation Tools</h2>
+<h2 id="doc" class="content-header"><a 
href="https://doc.php.net/";>doc.php.net</a>: Documentation Tools</h2>
 
 <p class="content-box">
  This page provides set of useful tools for PHP Manual translators

Reply via email to