From 51873e0b4db21904b370ec35799da399ff71cf6f Mon Sep 17 00:00:00 2001 From: Harry Zhang Date: Thu, 19 Nov 2020 15:32:25 -0800 Subject: [PATCH] Fix broken link in introduction --- docs/en/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/introduction.md b/docs/en/introduction.md index ac19f8662..502caf022 100644 --- a/docs/en/introduction.md +++ b/docs/en/introduction.md @@ -16,7 +16,7 @@ In the end, developers complain those platforms are too rigid and slow in respon ## What is KubeVela? -For developers, KubeVela itself is an easy-to-use tool that enables them to describe and ship their applications to Kubernetes with minimal effort. Instead of managing a handful Kubernetes YAML files, a simple docker-compose style [Appfile](/en/developers/devex/appfile) is all they need, following an application-centric workflow that can be easily integrated with any CI/CD pipeline. +For developers, KubeVela itself is an easy-to-use tool that enables them to describe and ship their applications to Kubernetes with minimal effort. Instead of managing a handful Kubernetes YAML files, a simple docker-compose style [Appfile](/en/developers/learn-appfile.md) is all they need, following an application-centric workflow that can be easily integrated with any CI/CD pipeline. The above experience cannot be achieved without KubeVela's innovative offerings to the platform builders.