Skip to content

Commit c74374e

Browse files
committed
Fix code of conduct link
1 parent d8cc72c commit c74374e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.Rmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ If you encounter a clear bug, please file a minimal reproducible example on [git
9696

9797
## Code of Conduct
9898

99-
Please note that the 'forcats' project is released with a [Contributor Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this project, you agree to abide by its terms.
99+
Please note that the 'forcats' project is released with a [Contributor Code of Conduct](https://forcats.tidyverse.org/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ starwars %>%
6767
#> species n
6868
#> <chr> <int>
6969
#> 1 Human 35
70-
#> 2 Droid 5
70+
#> 2 Droid 6
7171
#> 3 Gungan 3
7272
#> 4 Kaminoan 2
7373
#> 5 Mirialan 2
@@ -87,7 +87,7 @@ starwars %>%
8787
#> # A tibble: 4 x 2
8888
#> species n
8989
#> <fct> <int>
90-
#> 1 Droid 5
90+
#> 1 Droid 6
9191
#> 2 Gungan 3
9292
#> 3 Human 35
9393
#> 4 Other 39
@@ -133,5 +133,5 @@ and other discussion, please use
133133
## Code of Conduct
134134

135135
Please note that the ‘forcats’ project is released with a [Contributor
136-
Code of Conduct](.github/CODE_OF_CONDUCT.md). By contributing to this
137-
project, you agree to abide by its terms.
136+
Code of Conduct](https://forcats.tidyverse.org/CODE_OF_CONDUCT.html). By
137+
contributing to this project, you agree to abide by its terms.

man/figures/README-ordered-plot-1.png

-5 Bytes
Loading
57 Bytes
Loading

0 commit comments

Comments
 (0)