Skip to content

Remove git.io shortlinks from repo#14493

Merged
nicolo-ribaudo merged 2 commits intobabel:mainfrom
Andoryuuta:remove-git_io_shortlinks
Apr 27, 2022
Merged

Remove git.io shortlinks from repo#14493
nicolo-ribaudo merged 2 commits intobabel:mainfrom
Andoryuuta:remove-git_io_shortlinks

Conversation

@Andoryuuta
Copy link
Copy Markdown
Contributor

@Andoryuuta Andoryuuta commented Apr 26, 2022

Github has deprecated git.io and will be disabling all links on April 29th.
This PR replaces all git.io shortened links with the URL they redirect to.

Q                       A
Fixed Issues? Removed soon-to-be-invalid shortlinks
Patch: Bug Fix? No
Major: Breaking Change? No
Minor: New Feature? No
Tests Added + Pass? No
Documentation PR Link N/A
Any Dependency Changes? No
License MIT

@babel-bot
Copy link
Copy Markdown
Collaborator

babel-bot commented Apr 26, 2022

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/51758/

@babel-bot
Copy link
Copy Markdown
Collaborator

Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/51747/

Copy link
Copy Markdown
Contributor

@JLHwung JLHwung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you replace master to main?

@Andoryuuta
Copy link
Copy Markdown
Contributor Author

Sure, I'll update the PR later today. The current URL's are just what the existing git.io links resolved to.

syntax: {
name: "@babel/plugin-syntax-class-properties",
url: "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL returns 404.

syntax: {
name: "@babel/plugin-syntax-class-properties",
url: "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL returns 404.

syntax: {
name: "@babel/plugin-syntax-class-properties",
url: "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-class-properties",
url: "https://github.com/babel/babel/tree/main/packages/babel-plugin-syntax-class-properties",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URL returns 404.

Copy link
Copy Markdown
Contributor

@JLHwung JLHwung left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The URLs returning 404 are archived plugins, we can fix them in another PR.

Copy link
Copy Markdown
Member

@nicolo-ribaudo nicolo-ribaudo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I agree, lets get this merged since it's quite urgent. We can iterate and improve the links later.

@nicolo-ribaudo nicolo-ribaudo changed the title Remove git.io shortlinks from repo [skip ci] Remove git.io shortlinks from repo Apr 27, 2022
@nicolo-ribaudo nicolo-ribaudo merged commit f05b877 into babel:main Apr 27, 2022
@nicolo-ribaudo nicolo-ribaudo added the PR: Internal 🏠 A type of pull request used for our changelog categories label Apr 27, 2022
@Andoryuuta Andoryuuta deleted the remove-git_io_shortlinks branch April 28, 2022 22:25
@github-actions github-actions bot added the outdated A closed issue/PR that is archived due to age. Recommended to make a new issue label Jul 29, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

outdated A closed issue/PR that is archived due to age. Recommended to make a new issue PR: Internal 🏠 A type of pull request used for our changelog categories

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants