docs: fix up gen links to point to the new /reference section (#2690)

### Change Type

- [x] `patch` — Bug fix

### Release Notes

- Fix up doc links with /gen links
This commit is contained in:
Mime Čuvalo 2024-01-30 15:16:32 +00:00 committed by GitHub
parent b4c7a3e54b
commit 92b16f6310
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 17 additions and 17 deletions

View file

@ -174,7 +174,7 @@ export class MarkdownWriter {
this.write(
'[',
docNode.linkText ?? getDefaultReferenceText(linkedItem),
'](/gen/',
'](/reference/',
path,
')'
)