summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu CLAVEL <math.clavel@protonmail.com>2023-07-17 07:54:03 +0200
committerMathieu CLAVEL <math.clavel@protonmail.com>2023-07-17 07:54:03 +0200
commitc1540d026731e47bcd81b26a044b820109c96147 (patch)
tree299bc887fec887cbc14ecf7b52ab3f38294014de
parent47b46423c09c0fa5f2e231a1fc4a54ca76fb445e (diff)
docs: fixing a markdown link in CONTRIBUTING.md
Adding a missing opening parenthesis before the link URL.
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 0c0ad1be6..3ce155773 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@ CONTRIBUTING
### Localizations:
-Fedilab works only with [Weblate]https://hosted.weblate.org/projects/fedilab), which offers nice
+Fedilab works only with [Weblate](https://hosted.weblate.org/projects/fedilab), which offers nice
tools for helping in translations. New translations will be automatically merged in a branch.
If you're submiting a merge request and your work adds new strings to the app, make sure they only
@@ -18,4 +18,4 @@ important part is how to reproduce the bug and steps to reproduce it.
### Pull Requests
-Please target the develop branch and not the main branch. \ No newline at end of file
+Please target the develop branch and not the main branch.