From 251c85b52b432c7715bab495ec3928d6e3b5d230 Mon Sep 17 00:00:00 2001 From: anuruddhal Date: Tue, 13 Aug 2024 09:37:15 +0530 Subject: [PATCH] Fix broken link in Module.md --- ballerina/Module.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Module.md b/ballerina/Module.md index c13518b2..2e5a5555 100644 --- a/ballerina/Module.md +++ b/ballerina/Module.md @@ -84,4 +84,4 @@ Generating artifacts... The configuration file to be used to override the default values generated by code to cloud. The `Cloud.toml` file is completely optional and only has to specify the values that need to be overridden. If the value is not specified for a certain field, the compiler will take the default value. -All the supported properties can be found [here](https://ballerina.io/learn/user-guide/deployment/code-to-cloud/#properties-of-the-cloudtoml-file). +All the supported properties can be found [here](https://github.com/ballerina-platform/ballerina-spec/blob/master/c2c/code-to-cloud-spec.md#cloudtoml-properties).