From c65626a1bfc3dbea4b6f22bec983ca2ed28cb30e Mon Sep 17 00:00:00 2001 From: praneesha Date: Thu, 24 Aug 2023 15:25:07 +0530 Subject: [PATCH] Address review comments --- examples/c2c-docker-deployment/c2c_docker_deployment.md | 2 +- examples/c2c-k8s-deployment/c2c_k8s_deployment.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/c2c-docker-deployment/c2c_docker_deployment.md b/examples/c2c-docker-deployment/c2c_docker_deployment.md index 3000bff0a4..d2affc808c 100644 --- a/examples/c2c-docker-deployment/c2c_docker_deployment.md +++ b/examples/c2c-docker-deployment/c2c_docker_deployment.md @@ -1,7 +1,7 @@ # Docker Ballerina supports generating Docker artifacts from code without any additional configuration. This simplifies the experience of developing and deploying Ballerina code in the cloud. Code to Cloud builds the containers and required artifacts by deriving the required values from the code. If you want to override the default values taken by the compiler, you can use a `Cloud.toml` file. -For more information, see [Code to Cloud Deployment](/learn/code-to-cloud/code-to-cloud-deployment/). +For more information, see [Code to Cloud Deployment](/learn/code-to-cloud-deployment/). ::: code c2c_docker_deployment.bal ::: diff --git a/examples/c2c-k8s-deployment/c2c_k8s_deployment.md b/examples/c2c-k8s-deployment/c2c_k8s_deployment.md index 6e7bb1e768..9ac12bb57e 100644 --- a/examples/c2c-k8s-deployment/c2c_k8s_deployment.md +++ b/examples/c2c-k8s-deployment/c2c_k8s_deployment.md @@ -1,7 +1,7 @@ # Kubernetes Ballerina supports generating Kubernetes artifacts from code without any additional configuration. This simplifies the experience of developing and deploying Ballerina code in the cloud. Code to Cloud builds the containers and required artifacts by deriving the required values from the code. If you want to override the default values taken by the compiler, you can use a `Cloud.toml` file. -For more information, see [Code to Cloud Deployment](/learn/code-to-cloud/code-to-cloud-deployment/). +For more information, see [Code to Cloud Deployment](/learn/code-to-cloud-deployment/). ::: code c2c_k8s_deployment.bal :::