fix stamp

This commit is contained in:
2026-01-13 13:15:12 +00:00
parent 9f9fd9ddab
commit f3fb876a87

View File

@@ -51,7 +51,7 @@ function fixLinks(filedata) {
return match; return match;
} }
return `[${text}](./${url})`; return `[${text}](/notes/${url})`;
}); });
} }