Remove git.io shortlinks from repo#14493
Remove git.io shortlinks from repo#14493nicolo-ribaudo merged 2 commits intobabel:mainfrom Andoryuuta:remove-git_io_shortlinks
Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/51758/ |
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/51747/ |
JLHwung
left a comment
There was a problem hiding this comment.
Can you replace master to main?
|
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", |
| 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", |
| 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", |
JLHwung
left a comment
There was a problem hiding this comment.
The URLs returning 404 are archived plugins, we can fix them in another PR.
nicolo-ribaudo
left a comment
There was a problem hiding this comment.
Thanks! I agree, lets get this merged since it's quite urgent. We can iterate and improve the links later.
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.