We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3231024 commit 4c24a8fCopy full SHA for 4c24a8f
tasks/migration.ts
@@ -1340,10 +1340,6 @@ const checkForBrokenLinks = function () {
1340
});
1341
};
1342
1343
-const populateRedirects = function () {
1344
-
1345
-};
1346
1347
// STEPS
1348
// checkout next-release/main and pull most recent changes from remote
1349
// create a branch for migration from next-release/main
@@ -1368,5 +1364,4 @@ const populateRedirects = function () {
1368
1364
// addAddtlJSPlatformsToMeta();
1369
1365
// addAddtlJSPlatformsToFragmentsInlineFilters();
1370
1366
// replaceOldLinks();
1371
-// checkForBrokenLinks();
1372
-populateRedirects();
1367
+checkForBrokenLinks();
0 commit comments