This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Change http to https - #98
Closed
skasturi wants to merge 2 commits into
Closed
Conversation
skasturi
commented
Mar 12, 2019
|
|
||
| `Stochastic Dual Coordinate Ascent Methods for Regularized Loss | ||
| Minimization <http://www.jmlr.org/papers/volume14/shalev- | ||
| Minimization <https://www.jmlr.org/papers/volume14/shalev- |
|
|
||
| `Stochastic Dual Coordinate Ascent Methods for Regularized Loss | ||
| Minimization <http://www.jmlr.org/papers/volume14/shalev- | ||
| Minimization <https://www.jmlr.org/papers/volume14/shalev- |
Contributor
There was a problem hiding this comment.
Recommend checking that all the new links work:
Suggested change
| Minimization <https://www.jmlr.org/papers/volume14/shalev- | |
| Minimization <http://www.jmlr.org/papers/volume14/shalev- |
Original works: http://www.jmlr.org/papers/volume14/shalev-shwartz13a/shalev-shwartz13a.pdf
Contributor
|
Hi @skasturi, thank you for doing this work. Is there anyway you can check all the links are still working after moving to https ? thx |
Author
|
We should be able to automate the check. Let me give it a shot next week sometime. The method I am thinking is to extract all urls and run them through a a script to check if they are giving a success code. |
Contributor
|
this has been fixed by #346 |
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 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.
Switches all http links to https.
Ref issue: #57