From 34375881c2c23b11b6f3ca590659c911da317973 Mon Sep 17 00:00:00 2001 From: Nathanael Wong Date: Sun, 8 Sep 2024 01:19:22 -0400 Subject: [PATCH] Updates to documentation links --- docs/src/tutorials/overview.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/tutorials/overview.md b/docs/src/tutorials/overview.md index 15c73bc5..b484d5f3 100644 --- a/docs/src/tutorials/overview.md +++ b/docs/src/tutorials/overview.md @@ -16,9 +16,9 @@ PolyRegion(ID, pID, name, ...) ``` Please refer to the respective pages dedicated to each of the `GeoRegion` subtypes: -* [RectRegion](/custom/create/rectregion) -* [PolyRegion](/custom/create/polyregion) -* [TiltRegion](/custom/create/tiltregion) +* [RectRegion](/tutorials/create/rectregion) +* [PolyRegion](/tutorials/create/polyregion) +* [TiltRegion](/tutorials/create/tiltregion) !!! warning "Constraints on `ID` and `pID` when `save = true`" When `save = true`, the GeoRegion `pID` must already have been previously defined, and the region defined by the GeoRegion `ID` must be entirely within the region defined by the GeoRegion `pID`.