fix(docs): Correct render hooks documentation URLs
This commit is contained in:
parent
630908519c
commit
2b68cb89ff
2 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ null hook(Svg svg)
|
|||
|
||||
The `postRender` hook is rarely used, but it's there if you need it.
|
||||
|
||||
Like the `preRender` hook, it receives [the SVG object](/api/svg) as its first
|
||||
Like the `preRender` hook, it receives [the SVG object](/reference/api/svg) as its first
|
||||
parameter.
|
||||
|
|
|
@ -16,5 +16,5 @@ null hook(Svg svg)
|
|||
The `preRender` hook is typically used to change the result of the render, for
|
||||
example by adding CSS to the SVG output.
|
||||
|
||||
Like the `postRender` hook, it receives [the SVG object](/api/svg) as its first
|
||||
Like the `postRender` hook, it receives [the SVG object](/reference/api/svg) as its first
|
||||
parameter.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue