This repository has been archived by the owner on Mar 26, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
switch to https urls in the DS_NPR_API class #44
Merged
Merged
Conversation
This file contains 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
A question before merging: do any of these other references to insecure URLs need to be changed?
|
…uery string error condition For additional HTTPS support.
|
Hi Ben - All of NPR's website links (including API calls) are generally now HTTPS. In fact if you find any that aren't HTTPS let me know! So, we should update all of the URL's to be HTTPS to eliminate unnecessary redirects. |
Cool, I'll update this pull request with https urls for all the NPR links, where those links can be updated. Of note:
|
Also, replace some broken links where the correct link is obvious. Don't replace broken links where the broken link isn't obvious. See npr#44 (comment)
Also: fix improper Markdown link syntax
This was referenced Mar 20, 2018
Thanks for all of these documentation edits! Other than the one URL that was still marked as HTTP this looks good. |
That must've happened when I merged f4032ce into this branch; my bad. It's fixed now. |
3 tasks
Just wanted to mention that I'm good with this pull request! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Changes
(edited)
http:
URLs in the plugin withhttps:
URLsWhy
From the update document:
For INN#11