lockedata / starters

R Package 📦 for initializing projects for various R activities :nut_and_bolt:
https://itsalocke.com/starters/
GNU General Public License v3.0
124 stars 16 forks source link

Updated bad link to Issues tab in README.Rmd #139

Closed emilyriederer closed 5 years ago

emilyriederer commented 5 years ago

Thank you for the awesome package! This just fixes one small, inconsequential typo in the README. The issues tab link was pointing to stephlocke/starters instead of lockedata/starters, resulting in a 404 error.

codecov-io commented 5 years ago

Codecov Report

Merging #139 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #139   +/-   ##
=======================================
  Coverage   43.69%   43.69%           
=======================================
  Files          13       13           
  Lines         856      856           
=======================================
  Hits          374      374           
  Misses        482      482

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4552b8a...817eb91. Read the comment docs.

jonmcalder commented 5 years ago

Thanks Emily!