Skip to content

Commit ae8200b

Browse files
authored
Merge pull request #1499 from webwurst/patch-1
Fix typo
2 parents 3290b86 + 098e040 commit ae8200b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/registry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ As an example, for the image `gcr.io/library/busybox:latest`, the endpoints are:
3131
* `gcr.io` is configured: endpoints for `gcr.io` + default endpoint `https://gcr.io/v2`.
3232
* `*` is configured, and `gcr.io` is not: endpoints for `*` + default
3333
endpoint `https://gcr.io/v2`.
34-
* None of above is configured: default endpoint `https:/gcr.io/v2`.
34+
* None of above is configured: default endpoint `https://gcr.io/v2`.
3535

3636
After modify this config, you need restart the `containerd` service.
3737

0 commit comments

Comments
 (0)