Skip to content

Commit a277bdd

Browse files
authored
docs: fixed links on contributing.md not working from the main page (@Leonabcd123) (monkeytypegame#6982)
### Description Used absolute paths instead of relative to make sure that the links in the contributing.md file always work. Closes monkeytypegame#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.
1 parent a561076 commit a277bdd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ When contributing to Monkeytype, it's good to know our best practices, tips, and
1717

1818
## How to Contribute
1919

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.
2121

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).
2323

2424
## Standards and Guidelines
2525

@@ -55,7 +55,7 @@ Before submitting a theme make sure...
5555
- your theme has been added to the `_list` file and the `textColor` property is the theme's main color
5656
- your theme is clear and readable with both `flip test colors` and `colorful mode` enabled and disabled
5757

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)
5959

6060
### Language Guidelines
6161

@@ -64,7 +64,7 @@ If you want to contribute themes but don't know how, check [THEMES.md](./THEMES.
6464
- Be sure to add your language to the `_list` and `_groups` files
6565
- 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)
6666

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)
6868

6969
### Quote Guidelines
7070

@@ -78,11 +78,11 @@ If you want to contribute languages but don't know how, check [LANGUAGES.md](./L
7878
- 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`.
7979

8080

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)
8282

8383
### Layout Guidelines
8484

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)
8686

8787
## Questions
8888

0 commit comments

Comments
 (0)