mirror of https://github.com/linkerd/linkerd2.git
Fix broken link in Linkerd2 BUILD.md (#2303)
Fixes a broken link to the CLI documentation in the "Generating CLI Docs" section of the Linkerd2 Development Guide.
This commit is contained in:
parent
71ce786dd3
commit
57315b83b3
2
BUILD.md
2
BUILD.md
|
@ -431,6 +431,6 @@ build_architecture
|
||||||
|
|
||||||
# Generating CLI docs
|
# Generating CLI docs
|
||||||
|
|
||||||
The [documentation](https://linkerd.io/2/reference/cli/) for the CLI
|
The [documentation](https://linkerd.io/2/cli/) for the CLI
|
||||||
tool is partially generated from YAML. This can be generated by running the
|
tool is partially generated from YAML. This can be generated by running the
|
||||||
`linkerd doc` command.
|
`linkerd doc` command.
|
||||||
|
|
Loading…
Reference in New Issue