From 54339f7c0592e0af29dd23556b1aa9ff26ae2dcd Mon Sep 17 00:00:00 2001 From: Sichen Zhao <1473996754@qq.com> Date: Thu, 18 Mar 2021 13:34:45 +0800 Subject: [PATCH] add design.md (#1190) * add design.md * edit CONTRIBUTING.md: add link for desigin.md Co-authored-by: Sichen Zhao --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d81ac5b07..10ad695f0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -18,7 +18,7 @@ contributing to `kubevela` or build a PoC (Proof of Concept). 3. ginkgo 1.14.0+ (just for [E2E test](./CONTRIBUTING.md#e2e-test)) 4. golangci-lint 1.31.0+, it will install automatically if you run `make`, you can [install it manually](https://golangci-lint.run/usage/install/#local-installation) if the installation is too slow. -We also recommend you to learn about KubeVela's [design](docs/en/design.md) before dive into its code. +We also recommend you to learn about KubeVela's [design](https://kubevela.io/#/en/concepts) before dive into its code. ### Build