From 69e089f1dc228e6f04da5bead64694ed20a6a02d Mon Sep 17 00:00:00 2001 From: lightningRalf <126403501+lightningRalf@users.noreply.github.com> Date: Sun, 16 Apr 2023 06:20:25 +0200 Subject: [PATCH] Update CONTRIBUTING.md corrected links of readme and code of conduct. --- .github/CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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