Skip to content

Commit

Permalink
Merge pull request #1509 from neogopher/fix-telemetry-docs-link
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasK33 authored Feb 1, 2024
2 parents 72aa980 + 6a6df04 commit 665047e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/vclusterctl/cmd/telemetry/disable.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func disable() *cobra.Command {
Disables collection of anonymized vcluster telemetry.
More information about the collected telmetry is in the
docs: https://www.vcluster.com/docs/telemetry
docs: https://www.vcluster.com/docs/advanced-topics/telemetry
#######################################################
`,
Expand Down
2 changes: 1 addition & 1 deletion cmd/vclusterctl/cmd/telemetry/enable.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func enable() *cobra.Command {
Enables collection of anonymized vcluster telemetry
More information about the collected telmetry is in the
docs: https://www.vcluster.com/docs/telemetry
docs: https://www.vcluster.com/docs/advanced-topics/telemetry
#######################################################
`,
Expand Down
2 changes: 1 addition & 1 deletion cmd/vclusterctl/cmd/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Sets your vcluster telemetry preferences.
Default: enabled.
More information about the collected telmetry is in the
docs: https://www.vcluster.com/docs/telemetry
docs: https://www.vcluster.com/docs/advanced-topics/telemetry
`,
Args: cobra.NoArgs,
}
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/cli/vcluster_telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sets your vcluster telemetry preferences.
Default: enabled.
More information about the collected telmetry is in the
docs: https://www.vcluster.com/docs/telemetry
docs: https://www.vcluster.com/docs/advanced-topics/telemetry
```


Expand Down
2 changes: 1 addition & 1 deletion docs/pages/cli/vcluster_telemetry_disable.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vcluster telemetry disable [flags]
Disables collection of anonymized vcluster telemetry.
More information about the collected telmetry is in the
docs: https://www.vcluster.com/docs/telemetry
docs: https://www.vcluster.com/docs/advanced-topics/telemetry
#######################################################
```
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/cli/vcluster_telemetry_enable.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ vcluster telemetry enable [flags]
Enables collection of anonymized vcluster telemetry
More information about the collected telmetry is in the
docs: https://www.vcluster.com/docs/telemetry
docs: https://www.vcluster.com/docs/advanced-topics/telemetry
#######################################################
```
Expand Down

0 comments on commit 665047e

Please sign in to comment.