Fix broken get started link in contributing doc (#7248)

This commit is contained in:
Jie Shen 2021-06-20 03:40:50 +08:00 committed by GitHub
parent cec3c0af3d
commit 388fa0185c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.