From b0abc8f2bdd0c0b347eb0647d701a2a5ef1482d8 Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Thu, 1 Oct 2020 16:26:02 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- contributions/docs/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributions/docs/CONTRIBUTING.md b/contributions/docs/CONTRIBUTING.md index 4e105e0b51..1d5de15335 100644 --- a/contributions/docs/CONTRIBUTING.md +++ b/contributions/docs/CONTRIBUTING.md @@ -29,6 +29,6 @@ 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](Widgets.md) -- [Documenting Actions](Actions.md) +- [Documenting Actions](InternalFunctions.md) - [Documenting DB Integrations](DB%20Integrations.md) - [Uploading Assets](UploadingAssets.md)