Skip to content

Commit

Permalink
fix: update outdated links for cli (#6791)
Browse files Browse the repository at this point in the history
Signed-off-by: ygelfand <yuri@shlitz.com>
  • Loading branch information
ygelfand authored Sep 23, 2021
1 parent 9be0882 commit 6995d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/cli/argo_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ argo server [flags]

```
See https://argoproj.github.io/argo-workflows/argo-server.md
See https://argoproj.github.io/argo-workflows/argo-server/
```

### Options
Expand Down
6 changes: 3 additions & 3 deletions util/help/topics.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package help

const (
root = "https://argoproj.github.io/argo-workflows"
ArgoServer = root + "/argo-server.md"
CLI = root + "/cli.md"
ArgoServer = root + "/argo-server/"
CLI = root + "/cli/"

WorkflowTemplates = root + "/workflow-templates.md"
WorkflowTemplates = root + "/workflow-templates/"
WorkflowTemplatesReferencingOtherTemplates = WorkflowTemplates + "#referencing-other-workflowtemplates"
)

0 comments on commit 6995d68

Please sign in to comment.