From 1732bbd93d0f0b6c2618a8af8da665a8b2d8a5e1 Mon Sep 17 00:00:00 2001 From: Aashu Anshuman Date: Tue, 4 Aug 2020 10:21:19 +0100 Subject: [PATCH] Fixes broken link to website issues --- content/en/docs/contribute/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/contribute/_index.md b/content/en/docs/contribute/_index.md index cd1b03efd4..8616f77afb 100644 --- a/content/en/docs/contribute/_index.md +++ b/content/en/docs/contribute/_index.md @@ -53,7 +53,7 @@ roles and permissions. - Read the [Contribution overview](/docs/contribute/new-content/overview/) to learn about the different ways you can contribute. -- Check [kubernetes/website issues list](/https://github.com/kubernetes/website/issues/) +- Check [`kubernetes/website` issues list](https://github.com/kubernetes/website/issues/) for issues that make good entry points. - [Open a pull request using GitHub](/docs/contribute/new-content/open-a-pr/#changes-using-github) to existing documentation and learn more about filing issues in GitHub.