diff --git a/docs/advanced/typst/typst-css.qmd b/docs/advanced/typst/typst-css.qmd index 6ff8711a99..25e04245cb 100644 --- a/docs/advanced/typst/typst-css.qmd +++ b/docs/advanced/typst/typst-css.qmd @@ -92,6 +92,6 @@ Similarly, a raw block intended for `pre` tag processing must contain a `
`
 
 You can add your own Lua filters to add or change the translation of CSS properties into Typst properties.
 
-Consult the Pandoc documentation for [Typst property output](https://pandoc.org/typst-property-output.html) and the source of the [Lua filter which translates CSS properties to Typst](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/filters/quarto-post/typst-css-to-props.lua).
+Consult the Pandoc documentation for [Typst property output](https://pandoc.org/typst-property-output.html) and the source of the [Lua filter which translates CSS properties to Typst](https://github.com/quarto-dev/quarto-cli/blob/main/src/resources/filters/quarto-post/typst-css-property-processing.lua).
 
-You can override the Typst CSS Lua filter's behavior by running your filter before it and removing CSS properties (untested). You can add support for other CSS properties by running your filter before or after the Typst CSS Lua filter.
\ No newline at end of file
+You can override the Typst CSS Lua filter's behavior by running your filter before it and removing CSS properties (untested). You can add support for other CSS properties by running your filter before or after the Typst CSS Lua filter.