diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6442aec8230..5d27e5b7945 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -264,6 +264,7 @@ Brett Schwartz Lovro Boban Yuuki Gabriele Patriarca SecretX +Oli Daniel Pechersky fernandolins diff --git a/README.md b/README.md index 04d5603a748..7dcccd3a681 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Anki is a spaced repetition program. Please see the [website](https://apps.ankiw ### Anki Betas If you'd like to try development builds of Anki but don't feel comfortable -building the code, please see [Anki betas](https://betas.ankiweb.net/) +building the code, please see [Anki betas](https://betas.ankiweb.net/). ### Developing diff --git a/docs/contributing.md b/docs/contributing.md index 3ba1a1d9886..a80eced495a 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -1,7 +1,7 @@ # Contributing Code For info on contributing things other than code, such as translations, decks -and add-ons, please see https://docs.ankiweb.net/contrib +and add-ons, please see [the contribution guide](https://docs.ankiweb.net/contrib). ## Help wanted @@ -97,7 +97,7 @@ new hook. ## Translations For information on adding new translatable strings to Anki, please see -https://translating.ankiweb.net/anki/developers +[the translation guide](https://translating.ankiweb.net/anki/developers). ## Tests Must Pass @@ -132,4 +132,4 @@ requests instead. ## License -Please add yourself to the CONTRIBUTORS file in your first pull request. +Please add yourself to the [CONTRIBUTORS](./CONTRIBUTORS) file in your first pull request.