Skip to content

Commit 6750716

Browse files
authored
Merge pull request #4510 from wuli-jessica/master
🌱correct filenames
2 parents 46dc43a + ea99b73 commit 6750716

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/book/src/clusterctl/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Users can customize the list of available providers using the `clusterctl` confi
2323
providers:
2424
# add a custom provider
2525
- name: "my-infra-provider"
26-
url: "https://github.com/myorg/myrepo/releases/latest/infrastructure_components.yaml"
26+
url: "https://github.com/myorg/myrepo/releases/latest/infrastructure-components.yaml"
2727
type: "InfrastructureProvider"
2828
# override a pre-defined provider
2929
- name: "cluster-api"
30-
url: "https://github.com/myorg/myforkofclusterapi/releases/latest/core_components.yaml"
30+
url: "https://github.com/myorg/myforkofclusterapi/releases/latest/core-components.yaml"
3131
type: "CoreProvider"
3232
```
3333

0 commit comments

Comments
 (0)