Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: PixelRobots <22979170+PixelRobots@users.noreply.github.com>
  • Loading branch information
PixelRobots committed Oct 3, 2024
1 parent 3d9ae75 commit 7d9f223
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ layout: default
KubeTidy can be used across different platforms using either PowerShell (Windows/Linux/macOS) or as a `kubectl` plugin via Krew (Linux/macOS). Choose the instructions that match your environment:

- [PowerShell Usage](powershell-usage)
- [Krew Plugin Usage](rew-usage)
- [Krew Plugin Usage](krew-usage)

If you want to see detailed logging examples and summaries, head over to the [Logging and Output](logging-output) page.
2 changes: 1 addition & 1 deletion docs/docs/usage/krew-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ kubectl kubetidy -mergeconfigs "config1.yaml" "config2.yaml" -destinationconfig
```


For detailed logging examples, check out our [Logging and Output](logging-output) page.
For detailed logging examples, check out our [Logging and Output](./logging-output) page.
2 changes: 1 addition & 1 deletion docs/docs/usage/powershell-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ The Dry Run Mode also works for merging multiple kubeconfig files. This allows y
Invoke-KubeTidy -MergeConfigs "config1.yaml","config2.yaml" -DestinationConfig "$HOME\\.kube\\config" -DryRun
```

For detailed logging examples, check out our [Logging and Output](logging-output) page.
For detailed logging examples, check out our [Logging and Output](./logging-output) page.

0 comments on commit 7d9f223

Please sign in to comment.