From 388fa0185c719bbe7148bfb673b2fffb8b95b3b2 Mon Sep 17 00:00:00 2001 From: Jie Shen Date: Sun, 20 Jun 2021 03:40:50 +0800 Subject: [PATCH] Fix broken get started link in contributing doc (#7248) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5dd01830b..afaf04291 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -22,7 +22,7 @@ If you're new to the project and want to help, but don't know where to start, we ## Contributing a Patch 1. If you haven't already done so, sign a Contributor License Agreement (see details above). -1. Read the [Ingress development guide](docs/development.md). +1. Read the [Ingress development guide](docs/developer-guide/getting-started.md). 1. Fork the desired repo, develop and test your code changes. 1. Submit a pull request.