Skip to content

Commit 08d4ad0

Browse files
committed
fix: update gtk.php.net links to https
1 parent c82ddd7 commit 08d4ad0

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

archive/2001.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343

4444
<p>
4545
<span class="newsdate">[18-Oct-2001]</span>
46-
<a href="http://gtk.php.net/">PHP-GTK</a>
47-
<a href="http://gtk.php.net/docs.php">documentation</a> is starting
46+
<a href="https://gtk.php.net/">PHP-GTK</a>
47+
<a href="https://gtk.php.net/manual/en/html/index.html">documentation</a> is starting
4848
to be more filled out. The manual is now rebuilt every night and
49-
<a href="http://gtk.php.net/download-docs.php">downloadable versions</a>
49+
<a href="https://gtk.php.net/documentation.php">downloadable versions</a>
5050
of it in different formats are also available. If you have been working with
5151
PHP-GTK and would like to contribute to the documentation effort, please
5252
let us know.
@@ -105,7 +105,7 @@
105105

106106
<hr>
107107

108-
<?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
108+
<?php news_image("https://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
109109
<h1>PHP-GTK version 0.1 released</h1>
110110

111111
<p>
@@ -123,7 +123,7 @@
123123
A talk on PHP-GTK was presented by Andrei Zmievski and Frank Kromann at the 2001
124124
O'Reilly Open Source Conference in San Diego. The slides from the talk can be
125125
<a href="http://conf.php.net/sd-gtk">viewed online</a>.
126-
For more information, visit <a href="http://gtk.php.net/">the PHP-GTK website</a>.
126+
For more information, visit <a href="https://gtk.php.net/">the PHP-GTK website</a>.
127127
</p>
128128

129129
<hr>
@@ -294,14 +294,14 @@
294294

295295
<hr>
296296

297-
<?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
297+
<?php news_image("https://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?>
298298
<h1>Announcing PHP-GTK</h1>
299299
<p>
300300
<span class="newsdate">[01-Mar-2001]</span>
301301
The first release of PHP-GTK is now available. PHP-GTK is a PHP extension that
302302
provides an object-oriented interface to the GTK+ toolkit and enables you to write
303303
client-side cross-platform GUI applications. For more information, visit
304-
<a href="http://gtk.php.net/">http://gtk.php.net/</a>.
304+
<a href="https://gtk.php.net/">https://gtk.php.net/</a>.
305305
</p>
306306

307307
<hr>

archive/2002.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@
568568

569569
<p>
570570
<span class="newsdate">[24-Jan-2002]</span>
571-
<a href="http://gtk.php.net/">PHP-GTK</a> has reached version
571+
<a href="https://gtk.php.net/">PHP-GTK</a> has reached version
572572
0.5.0, also known as <em>"monday starts on saturday"</em>. The version number
573573
was bumped from 0.1.1 to this one to indicate that PHP-GTK is now a fairly
574574
mature and stable extension and can be used for a variety of applications

releases/4_3_0.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<p>
2121
This version finalizes the separate command line interface (CLI) that can be
2222
used for developing shell and desktop applications (with
23-
<a href="http://gtk.php.net/">PHP-GTK</a>). The CLI is always built, but
23+
<a href="https://gtk.php.net/">PHP-GTK</a>). The CLI is always built, but
2424
installed automatically only if CGI version is disabled via --disable-cgi
2525
switch during configuration. Alternatively, one can use <strong>make
2626
install-cli</strong> target. On Windows CLI can be found in

releases/4_3_0_fr.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<p>
2424
PHP 4.3.0 ach&egrave;ve la s&eacute;paration du mode d'utilisation en
2525
ligne de commande (dit CLI) qui permet de d&eacute;velopper des
26-
applications shell ou graphiques (avec <a href="http://gtk.php.net/">PHP-GTK</a>).
26+
applications shell ou graphiques (avec <a href="https://gtk.php.net/">PHP-GTK</a>).
2727
La version CLI de PHP est toujours compil&eacute;es, mais elle n'est
2828
install&eacute;e que si la version CGI est d&eacute;sactiv&eacute;e
2929
avec l'option --disable-cgi. De plus, vous pouvez utilisez la commande

0 commit comments

Comments
 (0)