Fix links to secure sites / Updated moved ressources#18819
Merged
thinkyhead merged 3 commits intoMarlinFirmware:bugfix-2.0.xfrom Jul 28, 2020
Merged
Fix links to secure sites / Updated moved ressources#18819thinkyhead merged 3 commits intoMarlinFirmware:bugfix-2.0.xfrom
thinkyhead merged 3 commits intoMarlinFirmware:bugfix-2.0.xfrom
Conversation
Summary: This is the second pass: I have corrected many instances where the URL of a website or a document was written with http://, and replaced with httpS when the secure URL was available. I also corrected moved websites and documents. This concerns mainly URLs in Annotations, some in Parameters shown on screen. No changes in CODE. Many files changes relate to the GNU Licenses URL. Note: I left some "http" still stand because there is no httpS, or I could not find the appropriate replacement URL. Thanks Benefits This provides accurate and secure URLs in the Annotations. This reduces latency when navigating to the desired website or document. Related Issues No related Issues
domrim
pushed a commit
to domrim/Marlin
that referenced
this pull request
Aug 2, 2020
Speaka
pushed a commit
to Speaka/Marlin
that referenced
this pull request
Aug 13, 2020
albertogg
pushed a commit
to albertogg/Marlin
that referenced
this pull request
Aug 31, 2020
vgadreau
pushed a commit
to vgadreau/Marlin
that referenced
this pull request
Dec 9, 2020
ahmetcemturan
pushed a commit
to ahmetcemturan/Marlin
that referenced
this pull request
Jan 21, 2021
ahmetcemturan
added a commit
to ahmetcemturan/Marlin
that referenced
this pull request
Jan 23, 2021
This reverts commit 74e0786.
kageurufu
pushed a commit
to CR30-Users/Marlin-CR30
that referenced
this pull request
Apr 30, 2021
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
TAG: Documentation
Summary:
This is the second pass:
I have corrected many instances where the URL of a website or a document was written with http and replaced with httpS when the secure URL was available. I also corrected moved websites and documents.
This concerns mainly URLs in Annotations, some in Parameters. No changes in CODE.
Many files-changes relate to the GNU Licenses URL.
Note1: I left some "http" still stand because there is no httpS, or I could not find the appropriate replacement URL.
Note2: Changed the syntax of some links from "( )" to "< >" to avoid, while editing in Notepad++, that a double-click on an URL opens the URL with ")" at the end (=> Error 404)
Example:
BEFORE: * direct port writing by Mikal Hart (http://www.arduiniana.org)
AFTER: * direct port writing by Mikal Hart "<"http://www.arduiniana.org">"
Testing: tested all modifications during editing. Visually checked all changes before commit.
I am unsure if I did thing correctly (commit to my repository and then pull request).
If I made a mistake please let me know.
Thank you, regards, Diego von Deschwanden.
Benefits
This provides accurate and secure URLs in the Annotations.
This updates deprecated URLs and Not Found ressources.
This reduces latency when navigating to the desired website or document.
Related Issues
-> No related Issues