You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Description
Used absolute paths instead of relative to make sure that the links in
the contributing.md file always work.
Closesmonkeytypegame#6981
Edit: just found monkeytypegame#6848 which seemed to try and do the same thing, they
just didn't get the right solution, because they still used relative
paths.
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,9 @@ When contributing to Monkeytype, it's good to know our best practices, tips, and
17
17
18
18
## How to Contribute
19
19
20
-
We have two separate contribution guides based on what you're looking to contribute. If you're simply looking to help us augment our language or quotes data, please refer to [CONTRIBUTING_BASIC.md](./CONTRIBUTING_BASIC.md). This guide will go over how to do so easily and without the need to set up a local development server.
20
+
We have two separate contribution guides based on what you're looking to contribute. If you're simply looking to help us augment our language or quotes data, please refer to [CONTRIBUTING_BASIC.md](/docs/CONTRIBUTING_BASIC.md). This guide will go over how to do so easily and without the need to set up a local development server.
21
21
22
-
If you're looking to make deeper code changes that affect functionality, or will require screenshots of the changes, please refer to [CONTRIBUTING_ADVANCED.md](./CONTRIBUTING_ADVANCED.md).
22
+
If you're looking to make deeper code changes that affect functionality, or will require screenshots of the changes, please refer to [CONTRIBUTING_ADVANCED.md](/docs/CONTRIBUTING_ADVANCED.md).
23
23
24
24
## Standards and Guidelines
25
25
@@ -55,7 +55,7 @@ Before submitting a theme make sure...
55
55
- your theme has been added to the `_list` file and the `textColor` property is the theme's main color
56
56
- your theme is clear and readable with both `flip test colors` and `colorful mode` enabled and disabled
57
57
58
-
If you want to contribute themes but don't know how, check [THEMES.md](./THEMES.md)
58
+
If you want to contribute themes but don't know how, check [THEMES.md](/docs/THEMES.md)
59
59
60
60
### Language Guidelines
61
61
@@ -64,7 +64,7 @@ If you want to contribute themes but don't know how, check [THEMES.md](./THEMES.
64
64
- Be sure to add your language to the `_list` and `_groups` files
65
65
- Make sure the number of words in the file corresponds to the file name (for example: `languageName.json` is 200 words, `languageName_1k.json` is 1000 words, and so on)
66
66
67
-
If you want to contribute languages but don't know how, check [LANGUAGES.md](./LANGUAGES.md)
67
+
If you want to contribute languages but don't know how, check [LANGUAGES.md](/docs/LANGUAGES.md)
68
68
69
69
### Quote Guidelines
70
70
@@ -78,11 +78,11 @@ If you want to contribute languages but don't know how, check [LANGUAGES.md](./L
78
78
- Remember to name your pull request properly. For example, if you are adding new quotes for the language `French`, your pull request should be named `impr(quotes): add French quotes`.
79
79
80
80
81
-
If you want to contribute quotes but don't know how, check [QUOTES.md](./QUOTES.md)
81
+
If you want to contribute quotes but don't know how, check [QUOTES.md](/docs/QUOTES.md)
82
82
83
83
### Layout Guidelines
84
84
85
-
If you want to contribute layouts but don't know how, check [LAYOUTS.md](./LAYOUTS.md)
85
+
If you want to contribute layouts but don't know how, check [LAYOUTS.md](/docs/LAYOUTS.md)
0 commit comments