diff --git a/docs/tutorials/customization.rst b/docs/tutorials/customization.rst index 17bcae529bd..07b0870607b 100644 --- a/docs/tutorials/customization.rst +++ b/docs/tutorials/customization.rst @@ -6,7 +6,7 @@ Is TorchGeo missing a dataset or model you need? Would you like to modify the de The following tutorials will teach you how to customize TorchGeo to meet your needs: * `Custom Non-Geospatial Datasets `_: How to create and contribute a new NonGeoDataset -* `Custom Raster Datasets `_: How to create a new RasterDataset +* `Custom Raster Datasets `_: How to create a new RasterDataset * `Custom Data Module `_: How to create and contribute a new DataModule TorchGeo is a community-driven open source library. If there is a feature missing that you would like to add, please open a pull request to add it. See the ref:`contributing` guidelines to get started.