Skip to content

Commit

Permalink
Updates to documentation links
Browse files Browse the repository at this point in the history
  • Loading branch information
natgeo-wong committed Sep 8, 2024
1 parent 42c5a90 commit 3437588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/tutorials/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 3437588

Please sign in to comment.