diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1d0e90ec4..6d84a6b9be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,4 +123,4 @@ Before running the command make sure you have proper write permissions to Appwri From time to time our team will add tutorials that will help contributors find there way in the Appwrite source code. Below is a list of currently available tutorials: -* [Adding Support for a New OAuth Provider](./docs/AddOAuthProvider.md) +* [Adding Support for a New OAuth Provider](./docs/tutorials/add-oauth-provider.md) diff --git a/docs/AddOAuthProvider.md b/docs/tutorials/add-oauth-provider.md similarity index 100% rename from docs/AddOAuthProvider.md rename to docs/tutorials/add-oauth-provider.md diff --git a/docs/EnvironmentVariables.md b/docs/tutorials/environment-variables.md similarity index 100% rename from docs/EnvironmentVariables.md rename to docs/tutorials/environment-variables.md