From 5e1ecf2700c69d45d5fed89841500ff9ddd8bbdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20L=C3=BCke?= Date: Wed, 14 Sep 2022 14:22:47 +0200 Subject: [PATCH] Add correct repository link for coreos-overlay Co-authored-by: Krzesimir Nowak --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 309d85418c..8d2c28140a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The SDK can be used to # Using the scripts repository: submodules and tags The repository is meant to be the entry point for Flatcar builds and development. -For building packages, there are 2 additional repositories, [coreos-overlay](https://github.com/flatcar/) and [portage-stable](https://github.com/flatcar/portage-stable), which contain all packages' `ebuild` (build configuration) files. +For building packages, there are 2 additional repositories, [coreos-overlay](https://github.com/flatcar/coreos-overlay) and [portage-stable](https://github.com/flatcar/portage-stable), which contain all packages' `ebuild` (build configuration) files. These repositories are included in `scripts` via git submodules and are used by the SDK container wrapper scripts detailed on further below. The submodules reside in: ```