Skip to content

Commit

Permalink
Fix CoC link
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 9, 2019
1 parent ff65051 commit 063a1a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ data.frame(hours = 1:3, hms = hms(hours = 1:3))
---

Please note that the 'hms' project is released with a
[Contributor Code of Conduct](https://github.com/tidyverse/hms/CODE_OF_CONDUCT.md).
[Contributor Code of Conduct](https://github.com/tidyverse/hms/blob/master/CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ as_hms(1)
as_hms("12:34:56")
#> 12:34:56
as_hms(Sys.time())
#> 10:54:41.426407
#> 11:18:52.496955
as.POSIXct(hms(1))
#> [1] "1970-01-01 00:00:01 UTC"

Expand All @@ -73,5 +73,6 @@ data.frame(hours = 1:3, hms = hms(hours = 1:3))
-----

Please note that the ‘hms’ project is released with a [Contributor Code
of Conduct](https://github.com/tidyverse/hms/CODE_OF_CONDUCT.md). By
contributing to this project, you agree to abide by its terms.
of
Conduct](https://github.com/tidyverse/hms/blob/master/CODE_OF_CONDUCT.md).
By contributing to this project, you agree to abide by its terms.

0 comments on commit 063a1a6

Please # to comment.