fixup microsite links

Signed-off-by: secustor <sebastian@poxhofer.at>
This commit is contained in:
secustor
2024-07-26 15:43:53 +02:00
parent d427b56073
commit d784231fbc
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ async function main(args) {
backendFeatureReport.alpha = false;
}
const apiReportAlphaPath = join(pkg.dir, 'api-report-alpha.md');
const apiReportAlphaPath = join(pkg.dir, 'report-alpha.api.md');
if (fs.existsSync(apiReportAlphaPath)) {
const apiReportAlpha = (
await fs.readFile(apiReportAlphaPath)