Skip to content

Commit de6ab37

Browse files
authored
Fixup url in Dimension.dim_type docs (#1370)
1 parent 630116c commit de6ab37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pystac/extensions/datacube.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def __init__(self, properties: dict[str, Any]) -> None:
7878
def dim_type(self) -> DimensionType | str:
7979
"""The type of the dimension. Must be ``"spatial"`` for
8080
:stac-ext:`Horizontal Spatial Dimension Objects
81-
<datacube#horizontal-raster-spatial-dimension-object>` or
81+
<datacube#horizontal-spatial-raster-dimension-object>` or
8282
:stac-ext:`Vertical Spatial Dimension Objects
8383
<datacube#vertical-spatial-dimension-object>`, ``geometries`` for
8484
:stac-ext:`Spatial Vector Dimension Objects

0 commit comments

Comments
 (0)