From 8110b65bac43ce9014f12acaacd87fba6a8994eb Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Sat, 19 Oct 2024 12:01:00 -0600 Subject: [PATCH] docs: correct server link in api readme --- crates/api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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