From e171ecd69d6d6d29244edb0b8a63af66601d7192 Mon Sep 17 00:00:00 2001 From: Kai Lueke Date: Wed, 7 Sep 2022 14:37:19 +0200 Subject: [PATCH] Fix broken docs link --- README.md | 2 +- build_library/build_image_util.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 607c45465d..671cfd7e2b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The SDK can be used to * Build OS images for a variety of targets (qemu, bare metal, AWS, Azure, VMWare, etc.) * And lastly, the SDK can be used to upgrade SDK packages and to build new SDKs -[flatcar-docs]: https://docs.flatcar-linux.org/os/sdk-modifying-flatcar/ +[flatcar-docs]: https://www.flatcar.org/docs/latest/reference/developer-guides/sdk-modifying-flatcar/ # Using the scripts repository: submodules and tags diff --git a/build_library/build_image_util.sh b/build_library/build_image_util.sh index da266d42f6..bef31bd971 100755 --- a/build_library/build_image_util.sh +++ b/build_library/build_image_util.sh @@ -499,7 +499,7 @@ https://github.com/flatcar-linux/coreos-overlay/ https://github.com/flatcar-linux/portage-stable/ https://github.com/flatcar-linux/scripts/ Information on how to build Flatcar Container Linux can be found under: -https://docs.flatcar-linux.org/os/sdk-modifying-flatcar/ +https://www.flatcar.org/docs/latest/reference/developer-guides/sdk-modifying-flatcar/ EOF sudo cp "${json_input}" "${root_fs_dir}"/usr/share/licenses/licenses.json # Compress the file from 2.1 MB to 0.39 MB