diff --git a/CHANGELOG.md b/CHANGELOG.md
index e539278..6c4433f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -125,7 +125,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Fixed
- Display all bounding boxes from a collection's spatial extent in the details
- map [#27](https://github.com/developmentseed/federated-collection-discovery/pull/27).
+ map [#27](https://github.com/developmentseed/stac-collection-discovery/pull/27).
- Improve the format of temporal range in collection details.
## 0.1.5
@@ -134,9 +134,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Replace STAC collection filter code with
`pystac_client.Client.collection_search`
- [#26](https://github.com/developmentseed/federated-collection-discovery/pull/26).
+ [#26](https://github.com/developmentseed/stac-collection-discovery/pull/26).
- Migrate from Poetry to uv
- [#26](https://github.com/developmentseed/federated-collection-discovery/pull/26).
+ [#26](https://github.com/developmentseed/stac-collection-discovery/pull/26).
- Upgrade to `httpx==0.27.2`.
## 0.1.4
@@ -168,7 +168,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
- Make the client application responsive to window size.
- Implement free-text search as defined by the
[Free-Text STAC API extension](https://github.com/stac-api-extensions/freetext-search)
- ([#14](https://github.com/developmentseed/federated-collection-discovery/pull/1)).
+ ([#14](https://github.com/developmentseed/stac-collection-discovery/pull/1)).
- Run `check_health` asynchronously.
## 0.1.0
@@ -176,10 +176,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
### Added
- Ability to crawl through the STAC API `/collections` endpoint
- [#1](https://github.com/developmentseed/federated-collection-discovery/pull/1).
+ [#1](https://github.com/developmentseed/stac-collection-discovery/pull/1).
- Ability to search the CMR API
- [#1](https://github.com/developmentseed/federated-collection-discovery/pull/1).
+ [#1](https://github.com/developmentseed/stac-collection-discovery/pull/1).
- Rudimentary client application
- [#3](https://github.com/developmentseed/federated-collection-discovery/pull/3).
+ [#3](https://github.com/developmentseed/stac-collection-discovery/pull/3).
- Concurrent API queries
- [#9](https://github.com/developmentseed/federated-collection-discovery/pull/9).
+ [#9](https://github.com/developmentseed/stac-collection-discovery/pull/9).
diff --git a/README.md b/README.md
index 1ad7013..39cb6d0 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,8 @@
-# Federated Collection Discovery
+# STAC Collection Discovery
diff --git a/dev-docs/specs/surface-upstream-api-failures.md b/dev-docs/specs/surface-upstream-api-failures.md
index 98468f3..d5968b1 100644
--- a/dev-docs/specs/surface-upstream-api-failures.md
+++ b/dev-docs/specs/surface-upstream-api-failures.md
@@ -14,7 +14,7 @@ backend no longer aborts the entire request. Instead it:
- Adds a `X-Failed-Upstream-Apis` response header containing a
comma-separated list of failed API URLs
-This federated collection discovery frontend currently has no knowledge of this
+This STAC collection discovery frontend currently has no knowledge of this
header. Users may see fewer results than expected with no explanation when an
upstream API is down. This spec describes the minimal frontend changes needed
to read the new header and inform users when partial failures occur.
diff --git a/docker-compose.yaml b/docker-compose.yaml
index 7d74f72..da47dee 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -3,7 +3,7 @@ services:
build:
context: .
dockerfile: ./Dockerfile
- container_name: federated-collection-discovery-client
+ container_name: stac-collection-discovery-client
ports:
- "3000:3000"
volumes:
diff --git a/index.html b/index.html
index a38d901..c5a6857 100644
--- a/index.html
+++ b/index.html
@@ -10,7 +10,7 @@
content="Search multiple STAC APIs simultaneously. Discover geospatial collections across multiple STAC API endpoints with unified federated search."
/>
-