diff --git a/crates/api/README.md b/crates/api/README.md index 4564eaae..e12aa823 100644 --- a/crates/api/README.md +++ b/crates/api/README.md @@ -8,7 +8,7 @@ Rust implementation of the data structures that make up the [STAC API specification](https://github.com/radiantearth/stac-api-spec). This is **not** a server implementation. -For a STAC API server written in Rust, check out our [stac-server](https://github.com/stac-utils/stac-rs/tree/main/stac-server). +For a STAC API server written in Rust, check out our [stac-server](../server/). ## Usage