Fix packages documentation README links. (#12289)

This commit is contained in:
Álvaro Mondéjar
2020-10-30 21:19:21 +01:00
committed by GitHub
parent 8ee4345a61
commit b649f8d192
143 changed files with 151 additions and 151 deletions

View File

@@ -14,7 +14,7 @@ const packageDir = join(cwd, "packages");
const packages = readdirSync(packageDir);
const packagesInstalledToDep = ["@babel/polyfill", "@babel/runtime"];
const getWebsiteLink = n => `https://babeljs.io/docs/en/next/${n}.html`;
const getWebsiteLink = n => `https://babeljs.io/docs/en/${n}`;
const getPackageJson = pkg => require(join(packageDir, pkg, "package.json"));
const getIssueLabelLink = l =>
`https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22${encodeURIComponent(