Skip to content

Commit 894fc98

Browse files
committed
Fix CoC URL in README
1 parent a5b585f commit 894fc98

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ This example illustrates some of the advantages of purrr functions over the equi
6969
generating anonymous functions), a character vector (used to extract
7070
components by name), or a numeric vector (used to extract by position).
7171

72-
## Code of conduct
72+
-----
7373

74-
Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).
74+
Please note that this project is released with a [Contributor Code of Conduct](https://purrr.tidyverse.org/CODE_OF_CONDUCT).
7575
By participating in this project you agree to abide by its terms.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ the equivalents in base R:
7272
to extract components by name), or a numeric vector (used to extract
7373
by position).
7474

75-
## Code of conduct
75+
-----
7676

7777
Please note that this project is released with a [Contributor Code of
78-
Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree
78+
Conduct](https://purrr.tidyverse.org/CODE_OF_CONDUCT). By participating in this project you agree
7979
to abide by its terms.

0 commit comments

Comments
 (0)