Skip to content

Commit 81f8830

Browse files
fix(docs): replace all global.html -> admin.html
1 parent f09bd64 commit 81f8830

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docgen/generate-docs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@ function fixLinks(file) {
117117
return fs.readFile(file, 'utf8').then(data => {
118118
const flattenedLinks = data
119119
.replace(/\.\.\//g, '')
120+
.replace(/globals\.html/g, 'admin.html')
120121
.replace(/(modules|interfaces|classes|enums)\//g, '');
121122
let caseFixedLinks = flattenedLinks;
122123
for (const lower in lowerToUpperLookup) {

0 commit comments

Comments
 (0)