From 57315b83b3115a76138c554694192a02d535e640 Mon Sep 17 00:00:00 2001 From: "Carol A. Scott" Date: Fri, 15 Feb 2019 16:46:51 -0800 Subject: [PATCH] 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. --- BUILD.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.md b/BUILD.md index cf7069cd9..ae3b6353e 100644 --- a/BUILD.md +++ b/BUILD.md @@ -431,6 +431,6 @@ build_architecture # 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 `linkerd doc` command.