Skip to content

Commit 47d7f7e

Browse files
authored
docs: fix broken links and redirects (#3009)
1 parent 20a6ab5 commit 47d7f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ image (if there are any) and update image metadata.
158158
not require privilege, so it unpacks directly into its own container root
159159
and may overwrite anything already there.
160160
- kaniko does not support the v1 Registry API
161-
([Registry v1 API Deprecation](https://engineering.docker.com/2019/03/registry-v1-api-deprecation/))
161+
([Registry v1 API Deprecation](https://www.docker.com/blog/registry-v1-api-deprecation/))
162162

163163
## Demo
164164

@@ -1241,9 +1241,9 @@ The following conditions must be met:
12411241
scope of this documentation). This is something to keep in mind when using
12421242
SaaS build tools such as github.com or gitlab.com, of which at the time of
12431243
writing neither supports any non-x86_64 SaaS runners
1244-
([GitHub](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources),[GitLab](https://docs.gitlab.com/ee/ci/runners/saas/linux_saas_runner.html#machine-types-available-for-private-projects-x86-64)),
1244+
([GitHub](https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources),[GitLab](https://docs.gitlab.com/ee/ci/runners/saas/linux_saas_runner.html#machine-types-available-for-private-projects-x86-64)),
12451245
so be prepared to bring your own machines
1246-
([GitHub](https://docs.github.com/en/actions/hosting-your-own-runners/about-self-hosted-runners),[GitLab](https://docs.gitlab.com/runner/register/).
1246+
([GitHub](https://docs.github.com/en/actions/hosting-your-own-runners/managing-self-hosted-runners/about-self-hosted-runners),[GitLab](https://docs.gitlab.com/runner/register/).
12471247
2. Kaniko needs to be able to run on the desired architectures. At the time of
12481248
writing, the official Kaniko container supports
12491249
[linux/amd64, linux/arm64, linux/s390x and linux/ppc64le (not on \*-debug images)](https://github.com/GoogleContainerTools/kaniko/blob/main/.github/workflows/images.yaml).

0 commit comments

Comments
 (0)