Commit a9c777fa by Leo Arias Committed by Matt Condon

docs: fix contributing link (#848)

* docs: fix contributing link
parent 44a404aa
...@@ -11,7 +11,7 @@ Fixes # ...@@ -11,7 +11,7 @@ Fixes #
<!-- 3. Before submitting, please review the following checklist: --> <!-- 3. Before submitting, please review the following checklist: -->
- [ ] 📘 I've reviewed the [OpenZeppelin Contributor Guidelines](/docs/CONTRIBUTING.md) - [ ] 📘 I've reviewed the [OpenZeppelin Contributor Guidelines](../blob/master/CONTRIBUTING.md)
- [ ] ✅ I've added tests where applicable to test my new functionality. - [ ] ✅ I've added tests where applicable to test my new functionality.
- [ ] 📖 I've made sure that my contracts are well-documented. - [ ] 📖 I've made sure that my contracts are well-documented.
- [ ] 🎨 I've run the JS/Solidity linters and fixed any issues (`npm run lint:all:fix`). - [ ] 🎨 I've run the JS/Solidity linters and fixed any issues (`npm run lint:all:fix`).
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment