Skip to content

Commit 4e26e53

Browse files
committed
Fix typos and update stale links in docs
1 parent 0ee0590 commit 4e26e53

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/chart_template_guide/functions_and_pipelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Helm4 from "/docs/_v4-in-progress.mdx"
1010

1111
So far, we've seen how to place information into a template. But that
1212
information is placed into the template unmodified. Sometimes we want to
13-
transform the supplied data in a way that makes it more useable to us.
13+
transform the supplied data in a way that makes it more usable to us.
1414

1515
Let's start with a best practice: When injecting strings from the `.Values`
1616
object into the template, we ought to quote these strings. We can do that by

docs/plugins/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The main reason is plugins that add `helm` CLI sub-commands can leverage Helm-sp
2626

2727
### Getter Plugins
2828

29-
Helm has build-in support for working with [Charts](/glossary/index.mdx#chart) and Plugins on your local filesystem or stored as artifacts in [OCI Registries](/topics/registries.mdx). Charts can additionally be stored in [HTTP repositories](/topics/chart_repository.md), and plugins can additionally be stored in VCS repositories like Git.
29+
Helm has built-in support for working with [Charts](/glossary/index.mdx#chart) and Plugins on your local filesystem or stored as artifacts in [OCI Registries](/topics/registries.mdx). Charts can additionally be stored in [HTTP repositories](/topics/chart_repository.md), and plugins can additionally be stored in VCS repositories like Git.
3030

3131
Helm Getter plugins allow you to extend this storage and download behavior to support other storage locations. There are community Getter plugins for storing Charts and Plugins in [s3 buckets](/community/related#helm-plugins), and elsewhere. You will want to use getter plugins if you need additional storage options for your Helm workflows.
3232

docs/plugins/user/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The `helm plugin list` command also includes high-level provenance information a
3131

3232
## Installing Plugins
3333

34-
Helm has a build-in command to install plugins that defaults to secure installation. However, be sure to read [Plugin Security](#plugin-security) to understand what to check before installing.
34+
Helm has a built-in command to install plugins that defaults to secure installation. However, be sure to read [Plugin Security](#plugin-security) to understand what to check before installing.
3535

3636
See `helm plugin install --help` for more information.
3737

docs/topics/kubernetes_distros.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ KUBECONFIG=/etc/kubernetes/admin.conf` or create a `~/.kube/config`.
100100

101101
Helm runs on VMware Tanzu Kubernetes Grid, TKG, without needing configuration changes.
102102
The Tanzu CLI can manage installing packages for [helm-controller](https://fluxcd.io/flux/components/helm/) allowing for declaratively managing Helm chart releases.
103-
Further details available in the TKG documentation for [CLI-Managed Packages](https://docs.vmware.com/en/VMware-Tanzu-Kubernetes-Grid/1.6/vmware-tanzu-kubernetes-grid-16/GUID-packages-user-managed-index.html#package-locations-and-dependencies-5).
103+
Further details are available in the [Tanzu Kubernetes Grid documentation](https://techdocs.broadcom.com/us/en/vmware-tanzu/standalone-components/tanzu-kubernetes-grid/2-5/tkg/index.html).

docs/topics/plugins.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ it will be used.
153153
### The `platformHooks` Field
154154

155155
The `platformHooks` configures the commands that the plugin will execute for lifecycle
156-
events. You can't set both `platformHooks` & `hooks` as this will resultin an error.
156+
events. You can't set both `platformHooks` & `hooks` as this will result in an error.
157157
The following rules will apply in deciding which hook command to use:
158158

159159
- If `platformHooks` is present, it will be used and the commands for the lifecycle

docs/topics/registries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A [Helm repository](/topics/chart_repository.md) is a way to house and distribut
2121
There are several hosted container registries with OCI support that you can use for your Helm charts. For example:
2222

2323
- [Amazon ECR](https://docs.aws.amazon.com/AmazonECR/latest/userguide/push-oci-artifact.html)
24-
- [Azure Container Registry](https://docs.microsoft.com/azure/container-registry/container-registry-helm-repos#push-chart-to-registry-as-oci-artifact)
24+
- [Azure Container Registry](https://learn.microsoft.com/en-us/azure/container-registry/container-registry-helm-repos#push-chart-to-registry-as-oci-artifact)
2525
- [Cloudsmith](https://help.cloudsmith.io/docs/oci-repository)
2626
- [Docker Hub](https://docs.docker.com/docker-hub/oci-artifacts/)
2727
- [Google Artifact Registry](https://cloud.google.com/artifact-registry/docs/helm/manage-charts)

0 commit comments

Comments
 (0)