Skip to content

Commit 03a2194

Browse files
juliogarciapeJoe Bowman
andauthored
Fix: broken links detected in issue #1716 (#1717)
Co-authored-by: Joe Bowman <joe@ingenuity.build>
1 parent b41f72d commit 03a2194

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Before you ask a question, it is best to search for existing [Issues](https://gi
3636

3737
If you then still feel the need to ask a question and need clarification, we recommend the following:
3838

39-
- Open an [Issue](/issues/new).
39+
- Open an [Issue](https://github.com/quicksilver-zone/quicksilver/issues/new/choose).
4040
- Provide as much context as you can about what you're running into.
4141
- Provide project and platform versions (os, arch, go, etc.), depending on what seems relevant.
4242

@@ -58,7 +58,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
5858

5959
- Make sure that you are using the latest version.
6060
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](https://docs.quicksilver.zone). If you are looking for support, you might want to check [this section](#i-have-a-question)).
61-
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](issues?q=label%3Abug).
61+
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/quicksilver-zone/quicksilver/issues?q=label%3Abug).
6262
- Collect information about the bug:
6363
- Stack trace (Traceback)
6464
- OS, Platform and Version (Windows, Linux, macOS, x86, ARM)
@@ -73,7 +73,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform
7373
7474
We use GitHub issues to track bugs and errors. If you run into an issue with the project:
7575

76-
- Open an [Issue](/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
76+
- Open an [Issue](https://github.com/quicksilver-zone/quicksilver/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
7777
- Explain the behavior you would expect and the actual behavior.
7878
- Please provide as much context as possible and describe the *reproduction steps* that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
7979
- Provide the information you collected in the previous section.
@@ -94,13 +94,13 @@ This section guides you through submitting an enhancement suggestion for Quicksi
9494

9595
- Make sure that you are using the latest version.
9696
- Read the [documentation](https://docs.quicksilver.zone) carefully and find out if the functionality is already covered, maybe by an individual configuration.
97-
- Perform a [search](/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
97+
- Perform a [search](https://github.com/quicksilver-zone/quicksilver/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
9898
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.
9999

100100
<!-- omit in toc -->
101101
#### How Do I Submit a Good Enhancement Suggestion?
102102

103-
Enhancement suggestions are tracked as [GitHub issues](/issues).
103+
Enhancement suggestions are tracked as [GitHub issues](https://github.com/quicksilver-zone/quicksilver/issues).
104104

105105
- Use a **clear and descriptive title** for the issue to identify the suggestion.
106106
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Quicksilver
22

3-
| [![codecov](https://codecov.io/gh/ingenuity-build/quicksilver/branch/develop/graph/badge.svg)](https://codecov.io/gh/ingenuity-build/quicksilver) | [![Go Report Card](https://goreportcard.com/badge/github.com/quicksilver-zone/quicksilver)](https://goreportcard.com/report/github.com/quicksilver-zone/quicksilver) | [![license](https://img.shields.io/github/license/ingenuity-build/quicksilver.svg)](https://github.com/quicksilver-zone/quicksilver/blob/main/LICENSE) | [![GolangCI](https://golangci.com/badges/github.com/quicksilver-zone/quicksilver.svg)](https://golangci.com/r/github.com/quicksilver-zone/quicksilver) | [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/quicksilverprotocol) |
3+
| [![codecov](https://codecov.io/gh/ingenuity-build/quicksilver/branch/develop/graph/badge.svg)](https://codecov.io/gh/ingenuity-build/quicksilver) | [![Go Report Card](https://goreportcard.com/badge/github.com/quicksilver-zone/quicksilver)](https://goreportcard.com/report/github.com/quicksilver-zone/quicksilver) | [![license](https://img.shields.io/github/license/ingenuity-build/quicksilver.svg)](https://github.com/quicksilver-zone/quicksilver/blob/main/LICENSE) | [![GolangCI](https://github.com/quicksilver-zone/quicksilver/actions/workflows/golangci.yml/badge.svg)](https://github.com/quicksilver-zone/quicksilver/actions/workflows/golangci.yml) | [![Discord](https://badgen.net/badge/icon/discord?icon=discord&label)](https://discord.gg/quicksilverprotocol) |
44
| ------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- |
55

66
## Introduction

x/mint/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ the following formula:
4848

4949
### Minter
5050

51-
The [`Minter`](]https://github.com/quicksilver-zone/quicksilver/blob/b95f0dce1df0769068b2962868b97fdc6151752d/x/mint/types/mint.pb.go#L31) is an abstraction for holding current rewards information.
51+
The [`Minter`](https://github.com/quicksilver-zone/quicksilver/blob/b95f0dce1df0769068b2962868b97fdc6151752d/x/mint/types/mint.pb.go#L31) is an abstraction for holding current rewards information.
5252

5353
```go
5454
type Minter struct {

0 commit comments

Comments
 (0)