diff --git a/docs/contribute/contribute.md b/docs/contribute/contribute.md index 26e6db4bc..670caf7a5 100644 --- a/docs/contribute/contribute.md +++ b/docs/contribute/contribute.md @@ -29,7 +29,7 @@ Add a new language to the long list of existing translations. - Spanish - Swedish -See [here](/contribute/translations) for further information on how to contribute translation to Tandoor. +See [here](/docs/contribute/translations) for further information on how to contribute translation to Tandoor. ## Issues and Feature Requests @@ -44,12 +44,12 @@ Helping improve the documentation for Tandoor is one of the easiest ways to give You can write guides on how to install and configure Tandoor expanding our repository of non-standard configuations. Or you can write how-to guides using some of Tandoor's advanced features such as authentication or automation. -See [here](/contribute/documentation) for more information on how to add documentation to Tandoor. +See [here](/docs/contribute/documentation) for more information on how to add documentation to Tandoor. ## Contributing Code For the truly ambitious, you can help write code to fix issues, add additional features, or write your own scripts using Tandoor's extensive API and share your work with the community. -Before writing any code, please make sure that you review [contribution guidelines](/contribute/guidelines) and -[VSCode](/contribute/vscode) or [PyCharm](/contribute/pycharm) specific configurations. +Before writing any code, please make sure that you review [contribution guidelines](/docs/contribute/guidelines) and +[VSCode](/docs/contribute/vscode) or [PyCharm](/docs/contribute/pycharm) specific configurations. diff --git a/docs/contribute/guidelines.md b/docs/contribute/guidelines.md index f1b3eea9e..e8a9a23c1 100644 --- a/docs/contribute/guidelines.md +++ b/docs/contribute/guidelines.md @@ -59,5 +59,5 @@ Generate the schema using `openapi-generator-cli generate -g typescript-fetch -i ## Install and Configuration -Instructions for [VSCode](/contribute/vscode) -Instructions for [PyCharm](/contribute/pycharm) +Instructions for [VSCode](/docs/contribute/vscode) +Instructions for [PyCharm](/docs/contribute/pycharm)