From 27c7dbd139e339368e5cee760ee6bb2cdbcc0eb1 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Thu, 1 Oct 2020 15:49:58 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- contributions/docs/CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/contributions/docs/CONTRIBUTING.md b/contributions/docs/CONTRIBUTING.md index 49177021f5..4e105e0b51 100644 --- a/contributions/docs/CONTRIBUTING.md +++ b/contributions/docs/CONTRIBUTING.md @@ -28,7 +28,7 @@ Before raising a pull request, ensure you have raised a corresponding issue and To maintain consistency, we have a set structure for the different types of documentation pages on appsmith. Refer to the following when updating the docs -- [Documenting Widgets](docs/Widgets.md) -- [Documenting Actions](docs/Actions.md) -- [Documenting DB Integrations](docs/DB%20Integrations.md) -- [Uploading Assets](docs/UploadingAssets.md) +- [Documenting Widgets](Widgets.md) +- [Documenting Actions](Actions.md) +- [Documenting DB Integrations](DB%20Integrations.md) +- [Uploading Assets](UploadingAssets.md)