-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update broken/redirecting/unencrypted links #3456
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
PS: I didn't update any URLs in the images, embedded code copies or generated files. Probably latter two should really be removed from the git repo and instead installed using npm, or built from source during the build. |
The license was superseded by the LGPL v3 and consequently the URL of the LGPL v2.1 has changed. Also update existing correct links to https. Fixes: commit beb04ea
This page was removed from the website for Gensim 4. Link instead to the right subsections of the intro page. Also update the links to https.
The install page now redirects to a section of the index page. Also update the link to https. Fixes: commit e17bcf2
Avoids a redirect to URL including the slash. Also update URLs to https.
This avoids a redirect and protects the content on the network.
Avoids redirects and protects the network data.
Avoids a redirect and protects the content.
The download page no longer exists. Also update the URL to https.
Support users without JavaScript, avoid redirects, use https.
pabs3
force-pushed
the
update-links
branch
3 times, most recently
from
March 18, 2023 07:09
272b346
to
8148c0d
Compare
Many thanks @pabs3 ! |
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.
Many links in gensim are either broken, redirect or are unencrypted.
I made a first pass at updating links in the gensim codebase.
There are many more, I'll submit further patches when I have time.
This is the list of changes in this patchset: