Skip to content

Commit 9ee13f7

Browse files
committed
Update docs
1 parent b0e9599 commit 9ee13f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/drawing/curvesAndShapes.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
layout: default
55
title: Curves and shapes
66
parent: Drawing
7-
last_modified_at: 2024.05.22 14:20:54 +0200
7+
last_modified_at: 2024.05.22 14:50:56 +0200
88
nav_order: 150
99
has_children: false
1010
---
@@ -308,7 +308,7 @@ or in the
308308
### Rectified ShapeContour
309309

310310
The `ut` argument in the `ShapeContour.position()` and `ShapeContour.normal()` methods
311-
[does not specify a linear position](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-shape-contour/position.html)
311+
[does not specify a linear position](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-path/position.html)
312312
between the start and the end of the contour.
313313

314314
By using rectified contours (defined in `orx-shapes`) we can
@@ -452,7 +452,7 @@ fun main() = application {
452452
#### reversed, close(), transform(), ...
453453

454454
For more properties and methods explore the
455-
[API website](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-path/position.html)
455+
[API website](https://api.openrndr.org/openrndr-shape/org.openrndr.shape/-shape-contour/index.html)
456456
or the
457457
[source code](https://github.com/openrndr/openrndr/tree/master/openrndr-shape/src/commonMain/kotlin/org/openrndr/shape).
458458

0 commit comments

Comments
 (0)