Skip to content

Commit 098e040

Browse files
committed
Fix typo
Signed-off-by: Tobias Bradtke <[email protected]>
1 parent c7f25cb commit 098e040

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)