diff options
| author | Aya Morisawa <AyaMorisawa4869@gmail.com> | 2019-05-26 12:48:37 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-05-26 12:48:37 +0900 |
| commit | c46bfcc76849ff08576034e6ed78a0cf0efce8c9 (patch) | |
| tree | 3c4b79c4db446172d9d7d0c40001b9404773ac12 /CONTRIBUTING.md | |
| parent | Improve issues description (#4982) (diff) | |
| download | sharkey-c46bfcc76849ff08576034e6ed78a0cf0efce8c9.tar.gz sharkey-c46bfcc76849ff08576034e6ed78a0cf0efce8c9.tar.bz2 sharkey-c46bfcc76849ff08576034e6ed78a0cf0efce8c9.zip | |
Add links in CONTRIBUTING.md (#4984)
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df4b514e08..179cf5304e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,16 +21,16 @@ If you can't find the language you want to contribute with, please open an issue Misskey uses [vue-i18n](https://github.com/kazupon/vue-i18n). ## Documentation -* Documents for contributors are located in `/docs`. -* Documents for instance admins are located in `/docs`. -* Documents for end users are located in `src/docs`. +* Documents for contributors are located in [`/docs`](/docs). +* Documents for instance admins are located in [`/docs`](/docs). +* Documents for end users are located in [`/src/docs`](/src/docs). ## Test -* Test codes are located in `/test`. +* Test codes are located in [`/test`](/test). ## Continuous integration Misskey uses CircleCI for automated test. -Configuration files are located in `/.circleci`. +Configuration files are located in [`/.circleci`](/.circleci). ## Glossary ### AP |