diff options
author | Thomas Chauchefoin <thomas@chauchefoin.fr> | 2017-10-26 23:31:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 23:31:21 +0200 |
commit | f8a64e98db4bcc406196a33eb869d0bcff3a4058 (patch) | |
tree | 20ddaa69ce4f8b7a9f6ea29f18f944308e9f6848 | |
parent | 77da52ec5f3376b73e2c1bd62fe726eaf7c532de (diff) | |
download | planet-f8a64e98db4bcc406196a33eb869d0bcff3a4058.tar planet-f8a64e98db4bcc406196a33eb869d0bcff3a4058.tar.gz planet-f8a64e98db4bcc406196a33eb869d0bcff3a4058.tar.bz2 planet-f8a64e98db4bcc406196a33eb869d0bcff3a4058.tar.xz planet-f8a64e98db4bcc406196a33eb869d0bcff3a4058.zip |
Fix link to CONTRIBUTING.md in README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -26,7 +26,7 @@ Contributing ------------ You want to contribute to moonmoon? Perfect! [We wrote some guidelines to help you -craft the best Issue / Pull Request possible](https://github.com/moonmoon/moonmoon/CONTRIBUTING.md), +craft the best Issue / Pull Request possible](https://github.com/moonmoon/moonmoon/blob/master/CONTRIBUTING.md), don't hesitate to take a look at it :-) License @@ -53,4 +53,4 @@ categories: # only list posts that have one # of these (tag or category) debug: false # debug mode (dangerous in production!) checkcerts: true # check feeds certificates -```
\ No newline at end of file +``` |