From 8c0f1ae652d735d7901c0270fc17c6f1a6dbaebd Mon Sep 17 00:00:00 2001 From: Felipe Date: Thu, 18 Jul 2024 22:48:20 +0000 Subject: [PATCH] update README --- README.Rmd | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.Rmd b/README.Rmd index 7625aaca..6e980718 100644 --- a/README.Rmd +++ b/README.Rmd @@ -82,7 +82,7 @@ tibble::tribble( These functions can be used to retrieve information from a STAC API service. The code below creates a `stac` object and list the available collections of -the STAC API of the [Brazil Data Cube](http://www.brazildatacube.org/en/home-page-2/) project of +the STAC API of the [Brazil Data Cube](https://data.inpe.br/bdc/web/en/home-page-2/) project of the Brazilian National Space Research Institute (INPE). ```{R stac-obj, echo=TRUE} diff --git a/README.md b/README.md index a3f82682..544c159d 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ library(rstac) These functions can be used to retrieve information from a STAC API service. The code below creates a `stac` object and list the available collections of the STAC API of the [Brazil Data -Cube](http://www.brazildatacube.org/en/home-page-2/) project of the +Cube](https://data.inpe.br/bdc/web/en/home-page-2/) project of the Brazilian National Space Research Institute (INPE). ``` r