diff --git a/cmd/esc/cli/gen_docs.go b/cmd/esc/cli/gen_docs.go index 3ce9d9c9..aec942e6 100644 --- a/cmd/esc/cli/gen_docs.go +++ b/cmd/esc/cli/gen_docs.go @@ -53,7 +53,7 @@ func newGenDocsCmd(root *cobra.Command) *cobra.Command { // linkHandler emits pretty URL links. linkHandler := func(s string) string { link := strings.TrimSuffix(s, ".md") - return fmt.Sprintf("/docs/esc-cli/commands/%s/", link) + return fmt.Sprintf("/docs/esc/cli/commands/%s/", link) } // Generate the .md files.