Add .md extension to internal links (#4214)

This commit is contained in:
RichardJJG 2021-09-09 14:51:59 +01:00 committed by GitHub
parent 6a6aeb2e3e
commit d8897e9e73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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