-
Notifications
You must be signed in to change notification settings - Fork 612
Update gtk.php.net and museum.php.net links to https #1740
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
jordikroon
wants to merge
2
commits into
php:master
Choose a base branch
from
jordikroon:feature/https-gtk-museum
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+15
−15
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,10 +43,10 @@ | |
|
|
||
| <p> | ||
| <span class="newsdate">[18-Oct-2001]</span> | ||
| <a href="http://gtk.php.net/">PHP-GTK</a> | ||
| <a href="http://gtk.php.net/docs.php">documentation</a> is starting | ||
| <a href="https://qa.php.net/">PHP-GTK</a> | ||
| <a href="https://gtk.php.net/manual/en/html/index.html">documentation</a> is starting | ||
| to be more filled out. The manual is now rebuilt every night and | ||
| <a href="http://gtk.php.net/download-docs.php">downloadable versions</a> | ||
| <a href="https://gtk.php.net/documentation.php">downloadable versions</a> | ||
| of it in different formats are also available. If you have been working with | ||
| PHP-GTK and would like to contribute to the documentation effort, please | ||
| let us know. | ||
|
|
@@ -105,7 +105,7 @@ | |
|
|
||
| <hr> | ||
|
|
||
| <?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> | ||
| <?php news_image("https://qa.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> | ||
| <h1>PHP-GTK version 0.1 released</h1> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This now links to the wrong site (QA instead of GTK). |
||
|
|
||
| <p> | ||
|
|
@@ -123,7 +123,7 @@ | |
| A talk on PHP-GTK was presented by Andrei Zmievski and Frank Kromann at the 2001 | ||
| O'Reilly Open Source Conference in San Diego. The slides from the talk can be | ||
| <a href="http://conf.php.net/sd-gtk">viewed online</a>. | ||
| For more information, visit <a href="http://gtk.php.net/">the PHP-GTK website</a>. | ||
| For more information, visit <a href="https://qa.php.net/">the PHP-GTK website</a>. | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This now links to the wrong site (QA instead of GTK). |
||
| </p> | ||
|
|
||
| <hr> | ||
|
|
@@ -294,14 +294,14 @@ | |
|
|
||
| <hr> | ||
|
|
||
| <?php news_image("http://gtk.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> | ||
| <?php news_image("https://qa.php.net/", "php-gtk-white.gif", "PHP-GTK"); ?> | ||
| <h1>Announcing PHP-GTK</h1> | ||
| <p> | ||
| <span class="newsdate">[01-Mar-2001]</span> | ||
| The first release of PHP-GTK is now available. PHP-GTK is a PHP extension that | ||
| provides an object-oriented interface to the GTK+ toolkit and enables you to write | ||
| client-side cross-platform GUI applications. For more information, visit | ||
| <a href="http://gtk.php.net/">http://gtk.php.net/</a>. | ||
| <a href="https://qa.php.net/">https://gtk.php.net/</a>. | ||
| </p> | ||
|
|
||
| <hr> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This now links to the wrong site (QA instead of GTK).