Skip to content

Commit 7b51255

Browse files
Update a deprecated link to typst.app/docs (#906)
Update a deprecate link to typst.app/docs The `path` function is replaced by `curve`. https://typst.app/docs/changelog/0.13.0/#visualization
1 parent 3dee4c5 commit 7b51255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics/styling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can style draw elements by passing the relevant named arguments to their dra
2222
</Parameter>
2323
<Parameter name="fill-rule" types="string" default_value="&quot;non-zero&quot;">
2424
How to fill self-intersecting paths. Can be "non-zero" or "even-odd".
25-
[See Typst's path documentation for more details.](https://typst.app/docs/reference/visualize/path/#parameters-fill-rule)
25+
[See Typst's path documentation for more details.](https://typst.app/docs/reference/visualize/curve/#parameters-fill-rule)
2626
</Parameter>
2727

2828

0 commit comments

Comments
 (0)