Skip to content

Commit

Permalink
Fix code of conduct link
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Feb 29, 2020
1 parent d8cc72c commit c74374e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,4 @@ If you encounter a clear bug, please file a minimal reproducible example on [git

## Code of Conduct

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.
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.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ starwars %>%
#> species n
#> <chr> <int>
#> 1 Human 35
#> 2 Droid 5
#> 2 Droid 6
#> 3 Gungan 3
#> 4 Kaminoan 2
#> 5 Mirialan 2
Expand All @@ -87,7 +87,7 @@ starwars %>%
#> # A tibble: 4 x 2
#> species n
#> <fct> <int>
#> 1 Droid 5
#> 1 Droid 6
#> 2 Gungan 3
#> 3 Human 35
#> 4 Other 39
Expand Down Expand Up @@ -133,5 +133,5 @@ and other discussion, please use
## Code of Conduct

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.
Code of Conduct](https://forcats.tidyverse.org/CODE_OF_CONDUCT.html). By
contributing to this project, you agree to abide by its terms.
Binary file modified man/figures/README-ordered-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified man/figures/README-unordered-plot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c74374e

Please sign in to comment.