From 0232120816a1585c9eef9b0d0b511c79d31a0d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Tue, 9 Jul 2019 10:55:11 +0200 Subject: [PATCH] Fix CoC link --- README.Rmd | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.Rmd b/README.Rmd index c6d8d84..8275ab8 100644 --- a/README.Rmd +++ b/README.Rmd @@ -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](CODE_OF_CONDUCT.md). +[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. diff --git a/README.md b/README.md index 5972bd2..dac503b 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ as_hms(1) as_hms("12:34:56") #> 12:34:56 as_hms(Sys.time()) -#> 01:18:48.78451 +#> 10:54:41.426407 as.POSIXct(hms(1)) #> [1] "1970-01-01 00:00:01 UTC" @@ -73,5 +73,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](CODE_OF_CONDUCT.md). By contributing to this project, you -agree to abide by its terms. +of Conduct](https://github.com/tidyverse/hms/CODE_OF_CONDUCT.md). By +contributing to this project, you agree to abide by its terms.