1
0
mirror of synced 2026-03-31 05:54:20 +00:00

fix links

- change links in cli docs to be relative (making mkdocs AND hugo happy)
	- run 'make docs'
	- fix other links

Signed-off-by: Daniel Holbach <daniel@weave.works>
This commit is contained in:
Daniel Holbach
2021-03-26 14:28:24 +01:00
parent dea4a67639
commit 32f94bab97
120 changed files with 235 additions and 237 deletions

View File

@@ -30,14 +30,14 @@ The create sub-commands generate sources and resources.
### SEE ALSO
* [flux](/cmd/flux/) - Command line utility for assembling Kubernetes CD pipelines
* [flux create alert](/cmd/flux_create_alert/) - Create or update a Alert resource
* [flux create alert-provider](/cmd/flux_create_alert-provider/) - Create or update a Provider resource
* [flux create helmrelease](/cmd/flux_create_helmrelease/) - Create or update a HelmRelease resource
* [flux create image](/cmd/flux_create_image/) - Create or update resources dealing with image automation
* [flux create kustomization](/cmd/flux_create_kustomization/) - Create or update a Kustomization resource
* [flux create receiver](/cmd/flux_create_receiver/) - Create or update a Receiver resource
* [flux create secret](/cmd/flux_create_secret/) - Create or update Kubernetes secrets
* [flux create source](/cmd/flux_create_source/) - Create or update sources
* [flux create tenant](/cmd/flux_create_tenant/) - Create or update a tenant
* [flux](../flux/) - Command line utility for assembling Kubernetes CD pipelines
* [flux create alert](../flux_create_alert/) - Create or update a Alert resource
* [flux create alert-provider](../flux_create_alert-provider/) - Create or update a Provider resource
* [flux create helmrelease](../flux_create_helmrelease/) - Create or update a HelmRelease resource
* [flux create image](../flux_create_image/) - Create or update resources dealing with image automation
* [flux create kustomization](../flux_create_kustomization/) - Create or update a Kustomization resource
* [flux create receiver](../flux_create_receiver/) - Create or update a Receiver resource
* [flux create secret](../flux_create_secret/) - Create or update Kubernetes secrets
* [flux create source](../flux_create_source/) - Create or update sources
* [flux create tenant](../flux_create_tenant/) - Create or update a tenant