Merge pull request #32014 from AnmolVirdi/doc-import-minor

Minor fix (docs.go): fix import instructions to comply with canonical import paths
pull/31653/merge
Terry Howe 5 days ago committed by GitHub
commit c004f4ddfe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -42,4 +42,4 @@ into a Chart.
When creating charts in memory, use the 'helm.sh/helm/pkg/chart'
package directly.
*/
package util // import chartutil "helm.sh/helm/v4/internal/chart/v3/util"
package util // import "helm.sh/helm/v4/internal/chart/v3/util"

@ -42,4 +42,4 @@ into a Chart.
When creating charts in memory, use the 'helm.sh/helm/pkg/chart'
package directly.
*/
package util // import chartutil "helm.sh/helm/v4/pkg/chart/v2/util"
package util // import "helm.sh/helm/v4/pkg/chart/v2/util"

Loading…
Cancel
Save