We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a16a130 commit 206f371Copy full SHA for 206f371
src/documentation/wiki-mk/doc-context.ts
@@ -352,7 +352,7 @@ export function makeDocContextForTypes(
352
link = i.url;
353
text ??= i.name;
354
} else {
355
- link = `${FlowrWikiBaseRef}/${pageName.toLowerCase().replaceAll(' ', '-')}`;
+ link = `${FlowrGithubRef}/${pageName.toLowerCase().replaceAll(' ', '-')}`;
356
}
357
text ??= pageName.split('/').pop() ?? pageName;
358
return `[${text}](${link}${segment ? '#' + segment : ''})`;
0 commit comments