Skip to content

Commit 465b14d

Browse files
committed
fix urls in coc file; use full link to coc in readme to make cran happy
1 parent 0da7dd6 commit 465b14d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CODE_OF_CONDUCT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ Instances of abusive, harassing, or otherwise unacceptable behavior may be repor
2121
opening an issue or contacting one or more of the project maintainers.
2222

2323
This Code of Conduct is adapted from the Contributor Covenant
24-
(http:contributor-covenant.org), version 1.0.0, available at
25-
http://contributor-covenant.org/version/1/0/0/
24+
(https://contributor-covenant.org), version 1.0.0, available at
25+
https://contributor-covenant.org/version/1/0/0/

README.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,8 @@ And here's that [gist](https://gist.github.com/sckott/017214637bcfeb198070)
361361
* Please [report any issues or bugs](https://github.com/ropensci/gistr/issues).
362362
* License: MIT
363363
* Get citation information for `gistr` in R doing `citation(package = 'gistr')`
364-
* Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
364+
* Please note that this project is released with a [Contributor Code of Conduct][coc]. By participating in this project you agree to abide by its terms.
365365

366366
[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
367+
368+
[coc]: https://github.com/ropensci/gistr/blob/master/CODE_OF_CONDUCT.md

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ And here's that [gist](https://gist.github.com/sckott/017214637bcfeb198070)
507507
* Please [report any issues or bugs](https://github.com/ropensci/gistr/issues).
508508
* License: MIT
509509
* Get citation information for `gistr` in R doing `citation(package = 'gistr')`
510-
* Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms.
510+
* Please note that this project is released with a [Contributor Code of Conduct][coc]. By participating in this project you agree to abide by its terms.
511511

512512
[![rofooter](https://ropensci.org/public_images/github_footer.png)](https://ropensci.org)
513+
514+
[coc]: https://github.com/ropensci/gistr/blob/master/CODE_OF_CONDUCT.md

0 commit comments

Comments
 (0)