Skip to content

Commit f8d0fe8

Browse files
committed
fix link redirect
1 parent cde27ff commit f8d0fe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ s2_contains(
5656
)
5757
```
5858

59-
The [sf package](https://r-spatial.github.io/sf) will soon support s2 natively, but s2 can also read well-known text and well-known binary:
59+
The [sf package](https://r-spatial.github.io/sf/) will soon support s2 natively, but s2 can also read well-known text and well-known binary:
6060

6161
```{r, warning=FALSE, message = FALSE}
6262
library(dplyr)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ s2_contains(
5656
#> [1] TRUE
5757
```
5858

59-
The [sf package](https://r-spatial.github.io/sf) will soon support s2
59+
The [sf package](https://r-spatial.github.io/sf/) will soon support s2
6060
natively, but s2 can also read well-known text and well-known binary:
6161

6262
``` r

0 commit comments

Comments
 (0)