1
0
Fork 0

fix(docs): Correct render hooks documentation URLs

This commit is contained in:
Benjamin F 2022-12-09 08:26:33 -08:00
parent 630908519c
commit 2b68cb89ff
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.