Merge branch 'master' into mcalus3/add-catalog-import-plugin

This commit is contained in:
Marek Calus
2020-11-19 15:03:56 +01:00
789 changed files with 16959 additions and 6975 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ async function verifyUrl(basePath, absUrl, docPages) {
// Avoid having absolute URL links within docs/, so that links work on the site
if (
absUrl.match(
/https:\/\/github.com\/spotify\/backstage\/(tree|blob)\/master\/docs\//,
/https:\/\/github.com\/backstage\/backstage\/(tree|blob)\/master\/docs\//,
) &&
basePath.match(/^(?:docs|microsite)\//)
) {
@@ -37,7 +37,7 @@ async function verifyUrl(basePath, absUrl, docPages) {
const url = absUrl
.replace(/#.*$/, '')
.replace(
/https:\/\/github.com\/spotify\/backstage\/(tree|blob)\/master/,
/https:\/\/github.com\/backstage\/backstage\/(tree|blob)\/master/,
'',
);
if (!url) {