diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e621dd3..bea570c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -17,12 +17,12 @@ First of all, thank you for your interest in contributing to Wolverine! We appre ## Code of Conduct -All contributors are expected to adhere to our [Code of Conduct](CODE_OF_CONDUCT.md). Please read it before participating in the Wolverine community. +All contributors are expected to adhere to our [Code of Conduct](https://github.com/biobootloader/wolverine/CODE_OF_CONDUCT.md). Please read it before participating in the Wolverine community. ## Getting Started 1. Fork the repository and clone it to your local machine. -2. Set up the development environment by following the instructions in the [README.md](README.md) file. +2. Set up the development environment by following the instructions in the [README.md](https://github.com/biobootloader/wolverine/README.md) file. 3. Explore the codebase, run tests, and verify that everything works as expected. ## How to Contribute