From 8ce9762681042b3f97585be338316ea1d57fb8a9 Mon Sep 17 00:00:00 2001 From: Emmanuel T Odeke Date: Sun, 30 Jun 2024 00:47:33 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20fix=20some=20broken=20links=C2=A0in=20CO?= =?UTF-8?q?NTRIBUTING.md=20and=20PAID=5FBOUNTIES.md=20(#1682)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Majority of the links should not be prepended with "blob/main" because that inteferres with Github UI's root rendering which already prepends the branch name so without this fix it would produce failing links like https://github.com/quicksilver-zone/quicksilver/blob/main/blob/main/CODE_OF_CONDUCT.md yet it should be https://github.com/quicksilver-zone/quicksilver/blob/main/CODE_OF_CONDUCT.md Updates #1645 --- CONTRIBUTING.md | 2 +- PAID_BOUNTIES.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2995bebb..6537b045a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ And if you like the project, but just don't have time to contribute, that's fine ## Code of Conduct This project and everyone participating in it is governed by the -[Quicksilver Protocol Code of Conduct](blob/main/CODE_OF_CONDUCT.md). +[Quicksilver Protocol Code of Conduct](./CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to . diff --git a/PAID_BOUNTIES.md b/PAID_BOUNTIES.md index 282447a55..3ff94eb1e 100644 --- a/PAID_BOUNTIES.md +++ b/PAID_BOUNTIES.md @@ -22,11 +22,11 @@ The evaluation of a change is the sole discretion of the Quicksilver maintainers ## Getting started Please use these steps as a guide to get you started: -- [ ] Read through [CONTRIBUTING.md](./blob/main/CONTRIBUTING.md) -- [ ] Read and understand our [CODE OF CONDUCT](./blob/main/CODE_OF_CONDUCT.md) +- [ ] Read through [CONTRIBUTING.md](./CONTRIBUTING.md) +- [ ] Read and understand our [CODE OF CONDUCT](./CODE_OF_CONDUCT.md) - [ ] Accept our Contributor License Agreement and agree to bring in only original changes that you have the correct rights to, please do not bring in contributions that contravene our license nor intellectual property not owned by you -- [ ] Read through [ROADMAP.md](./blob/main/ROADMAP.md) -- [ ] Read through the [Google Go style guide](https://google.github.io/styleguide/go/guide/) +- [ ] Read through [ROADMAP.md](./ROADMAP.md) +- [ ] Read through the [Google Go style guide](https://google.github.io/styleguide/go/guide) - [ ] Read through the open issues - [ ] Watch out for issues & pull requests that may be labelled "Eligible for Bounty" - [ ] Read through open pull requests