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:
parent
b4c7a3e54b
commit
92b16f6310
8 changed files with 17 additions and 17 deletions
|
@ -409,7 +409,7 @@ function addReferences(result: Result, member: ApiItem) {
|
|||
return
|
||||
}
|
||||
const apiItem = apiItemResult.resolvedApiItem!
|
||||
const url = `/gen/${getPath(apiItem)}`
|
||||
const url = `/reference/${getPath(apiItem)}`
|
||||
references.add(`[${token.text}](${url})`)
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue