Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken link in Module.md #805

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ballerina/Module.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Loading