diff --git a/docs/help/contributor/github.md b/docs/help/contributor/github.md index c94927333..b6ef526cb 100644 --- a/docs/help/contributor/github.md +++ b/docs/help/contributor/github.md @@ -188,7 +188,7 @@ the known commands: - You can also use Prow to manage labels on PRs with `/kind ...`, `/good-first-issue`, or `/area ...` -- See the [Branches](structure/#branches) section for details about how +- See [Branches](structure.md#branches) for details about how to use the `/cherrypick` command. ### Common GitHub PRs FAQs diff --git a/docs/help/contributor/structure.md b/docs/help/contributor/structure.md index 4a3891e34..5fe0236c9 100644 --- a/docs/help/contributor/structure.md +++ b/docs/help/contributor/structure.md @@ -12,7 +12,7 @@ blog post, documentation within a code repo, or a vendor site may be the right place. Be generous with offering to link to such locations; documents in the main documentation come with an ongoing cost of keeping up to date. -[Learn about documenting code samples](/code-samples.md) +[Learn about documenting code samples](code-samples.md) ## Branches diff --git a/docs/help/contributor/templates/template-procedure.md b/docs/help/contributor/templates/template-procedure.md index 6ec76a10f..34e604c01 100644 --- a/docs/help/contributor/templates/template-procedure.md +++ b/docs/help/contributor/templates/template-procedure.md @@ -71,7 +71,7 @@ For example: Before you create the `helloworld-java` sample app, you must have a Kubernetes cluster with Knative installed and DNS configured. -See the [installation instructions](../../../install/) if you need to create one. +See the [installation instructions](../../../install/README.md) if you need to create one. ## Task 1