Skip to content

Commit b076302

Browse files
authored
doc.php.net is on HTTPS now, and contribution guide URL changed (php#1108)
1 parent 0ceadab commit b076302

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

docs.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
Note, that many languages are just under translation, and
1919
the untranslated parts are still in English. Also some translated
2020
parts might be outdated. The translation teams are
21-
<a href="http://doc.php.net/">open to contributions</a>.
21+
<a href="https://doc.php.net/">open to contributions</a>.
2222
</p>
2323
</div>
2424

@@ -65,7 +65,7 @@
6565
<ul class="content-box listed">
6666
<li>
6767
If you are interested in how the documentation is edited and translated,
68-
you should read the <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a>.
68+
you should read the <a href="https://doc.php.net/guide/">contribution guide</a>.
6969
</li>
7070
<li>
7171
<a href="http://pear.php.net/manual/">Documentation of PEAR and the various

error.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,8 @@
545545
"pear" => "http://pear.php.net/",
546546
"bugs" => "https://bugs.php.net/",
547547
"bugstats" => "https://bugs.php.net/stats.php",
548-
"phpdochowto" => "http://doc.php.net/tutorial/",
549-
"rev" => "http://doc.php.net/revcheck.php?p=graph&lang=$LANG",
548+
"phpdochowto" => "https://doc.php.net/guide/",
549+
"rev" => "https://doc.php.net/revcheck.php?p=graph&lang=$LANG",
550550
"release/5_3_0.php" => "/releases/5_3_0.php", // PHP 5.3.0 release announcement had a typo
551551
"ideas.php" => "http://wiki.php.net/ideas", // BC
552552
"releases.atom" => "/releases/feed.php", // BC, No need to pre-generate it

get-involved.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
on <a href="https://github.com/php/php-src/issues/">GitHub Issues</a>.</li>
3535
<li>Help maintain and or translate documentation files
3636
at the doc-* repositories on <a href="https://github.com/php/?q=doc">github</a>. Check out our
37-
<a href="http://doc.php.net/tutorial/">guide for contributors</a>.</li>
37+
<a href="https://doc.php.net/guide/">guide for contributors</a>.</li>
3838
</ol>
3939

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

git-php.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -205,11 +205,11 @@
205205
</tr>
206206
<tr>
207207
<td class="sub">Reading the PHP source</td>
208-
<td><a href="http://doc.php.net/tutorial/">Maintaining the documentation</a></td>
208+
<td><a href="https://doc.php.net/guide/">Maintaining the documentation</a></td>
209209
</tr>
210210
<tr>
211211
<td class="sub">Using PHP extensions</td>
212-
<td><a href="http://doc.php.net/tutorial/">Translating the documentation</a></td>
212+
<td><a href="https://doc.php.net/guide/">Translating the documentation</a></td>
213213
</tr>
214214
<tr>
215215
<td class="sub">Creating experimental PHP extensions</td>
@@ -259,7 +259,7 @@
259259
Similarly, if you plan on contributing documentation, you should
260260
<a href="mailto:[email protected]">subscribe to the
261261
documentation mailing list</a>, and read the
262-
<a href="http://doc.php.net/tutorial/">PHP Documentation HOWTO</a>.
262+
<a href="https://doc.php.net/guide/">PHP Documentation contribution guide</a>.
263263
</p>
264264

265265
<p>

license/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
copyright (c) the PHP Documentation Group
6565
</li>
6666
<li><a href="http://creativecommons.org/licenses/by/3.0/">Summary</a> in human-readable form</li>
67-
<li>Practical Information: <a href="http://doc.php.net/tutorial/">Documentation HOWTO</a></li>
67+
<li>Practical Information: <a href="https://doc.php.net/guide/">Contribution Guide</a></li>
6868
</ul>
6969

7070
<a id="web-lic"></a>

manual/help-translate.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<h3>How to help translate the PHP Manual</h3>
1414
<p>
15-
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.
15+
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.
1616
</p>
1717

1818
<h3>Using outdated translations</h3>

manual/php4.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ul>
2727
<li>
28-
You can download a copy in the <a href="http://doc.php.net/archives/">documentation archives</a>.
28+
You can download a copy in the <a href="https://doc.php.net/archives/">documentation archives</a>.
2929
</li>
3030
<li>
3131
You can also find the <a href="https://php-legacy-docs.zend.com/manual/php4/en/index">PHP 4 legacy manual</a>

manual/php5.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
<ul>
2727
<li>
28-
You can download a copy in the <a href="http://doc.php.net/archives/">documentation archives</a>.
28+
You can download a copy in the <a href="https://doc.php.net/archives/">documentation archives</a>.
2929
</li>
3030
<li>
3131
You can also find the <a href="https://php-legacy-docs.zend.com/manual/php5/en/index">PHP 5 legacy manual</a>

sites.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
reported the same problem!).
111111
</p>
112112

113-
<h2 id="doc" class="content-header"><a href="http://doc.php.net/">doc.php.net</a>: Documentation Tools</h2>
113+
<h2 id="doc" class="content-header"><a href="https://doc.php.net/">doc.php.net</a>: Documentation Tools</h2>
114114

115115
<p class="content-box">
116116
This page provides set of useful tools for PHP Manual translators

0 commit comments

Comments
 (0)