summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel E. Giddins <segiddins@segiddins.me>2015-07-05 14:55:59 -0700
committerSamuel E. Giddins <segiddins@segiddins.me>2015-07-05 14:55:59 -0700
commit53bd2feaf342dc9678c6ace2299e15244af68c43 (patch)
tree37eb1d38af1fda237f8e114cabda4369bd88170d
parentfafd671635036cb74c4bb28e3c1d25ce63a9d400 (diff)
parent181c1b4e184e1b2e2d442bbf76b9cec7a281e652 (diff)
downloadbundler-53bd2feaf342dc9678c6ace2299e15244af68c43.tar.gz
Merge pull request #3810 from sarahduve/patch-1
Fix broken CoC link in generated newgem README.
-rw-r--r--lib/bundler/templates/newgem/README.md.tt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/templates/newgem/README.md.tt b/lib/bundler/templates/newgem/README.md.tt
index 064381e908..2a0d8330b8 100644
--- a/lib/bundler/templates/newgem/README.md.tt
+++ b/lib/bundler/templates/newgem/README.md.tt
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.<% end %>
+Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/<%= config[:name] %>.<% if config[:coc] %> This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.<% end %>
<% if config[:mit] %>
## License