Skip to content

Commit 77a040b

Browse files
Merge pull request #40 from clausmichele/main
Fix links in README
2 parents b77537a + f3a7e3c commit 77a040b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@ Configuration settings can be provided via environment variables. The following
6262

6363
In this repository, 2 `.env` sample files are provided:
6464

65-
- [`.env.eoapi`](.env.eopi) that uses the [Earth Observation API (EOAPI)](https://earth-observation-api.github.io/api/).
65+
- [`.env.eoapi`](.env.eoapi) that uses the [Earth Observation API (EOAPI)](https://eoapi.dev/).
6666

6767
```bash
6868
TITILER_OPENEO_STAC_API_URL="https://stac.eoapi.dev"
6969
TITILER_OPENEO_SERVICE_STORE_URL="services/eoapi.json"
7070
```
7171

72-
- [`.env.cdse`](.env.cdse)] that uses the [Copernicus Data Space Ecosystem (CDSE)](https://dataspace.copernicus.eu/)
72+
- [`.env.cdse`](.env.cdse) that uses the [Copernicus Data Space Ecosystem (CDSE)](https://dataspace.copernicus.eu/)
7373

7474
```bash
7575
TITILER_OPENEO_SERVICE_STORE_URL="https://stac.dataspace.copernicus.eu/v1"
@@ -130,7 +130,7 @@ Login with the following credentials:
130130

131131
## License
132132

133-
See [LICENSE](https://github.com/sentinel-hub/titiler-open/blob/main/LICENSE)
133+
See [LICENSE](https://github.com/sentinel-hub/titiler-openeo/blob/main/LICENSE)
134134

135135
## Authors
136136

0 commit comments

Comments
 (0)