summaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorhenil <dedaniahenil@gmail.com>2021-02-04 18:48:47 +0530
committerhenil <dedaniahenil@gmail.com>2021-02-04 18:48:47 +0530
commit08544615199f3edf4bc2c8ae85ad1e17db34d23f (patch)
tree6e605ddfbec8cc60a09122e8b52c65ee726c15be /CONTRIBUTING.md
parentc906a8b2fa8a2f2ff95ad50a6496cc0df0b8989d (diff)
fix links
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e5d790c41..fe493c529 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
Thanks for considering to contribute to mosaic!
**First**: if you're unsure or afraid of anything, just ask on our
-[Discord server](discord-invite-link) or submit the issue or pull request anyway.
+[Discord server][discord-invite-link] or submit the issue or pull request anyway.
You won't be yelled at for giving it your best effort. The worst that can happen
is that you'll be politely asked to change something. We appreciate any sort
of contributions, and don't want a wall of rules to get in the way of that.
@@ -15,9 +15,9 @@ all contributors are expected to adhere to.
## Looking for something to work on?
-If you are new contributor to `Mosaic` going through [beginners](good-first-issue)
+If you are new contributor to `Mosaic` going through [beginners][good-first-issue]
should be a good start or you can join our public
-[Discord server](discord-invite-link), we would be happy to help
+[Discord server][discord-invite-link], we would be happy to help
finding something interesting to work on and guide through.
[discord-invite-link]: https://discord.gg/feHDHahHCz
@@ -43,7 +43,7 @@ issue on that repository and provide the following information:
- Use a **clear and descriptive title** for the issue to identify the problem.
- Explain which **behavior you expected** to see instead and why.
- Describe the exact **steps to reproduce the problem** in as many details as necessary.
-- When providing code samples, please use [code blocks](code-blocks).
+- When providing code samples, please use [code blocks][code-blocks].
#### How Do I Submit A (Good) Enhancement Suggestion?
@@ -52,7 +52,7 @@ information:
- Use a **clear and descriptive title** for the issue to identify the suggestion.
- Provide a **description of the suggested enhancement** in as many details as necessary.
-- When providing code samples, please use [code blocks](code-blocks).
+- When providing code samples, please use [code blocks][code-blocks].
[code-blocks]: https://help.github.com/articles/creating-and-highlighting-code-blocks/