Switch new website in READMEs (#8181) [skip ci]

This commit is contained in:
Sven Sauleau
2018-06-15 16:13:20 +02:00
committed by Henry Zhu
parent 07c88e6f0b
commit 8f8b4e8e82
143 changed files with 143 additions and 143 deletions

View File

@@ -13,7 +13,7 @@ const cwd = process.cwd();
const packageDir = join(cwd, "packages");
const packages = readdirSync(packageDir);
const getWebsiteLink = n => `https://new.babeljs.io/docs/en/next/${n}.html`;
const getWebsiteLink = n => `https://babeljs.io/docs/en/next/${n}.html`;
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(