@@ -14,8 +14,8 @@ For a more in-depth view of ct and why it exists, take a look at the [Overview][
1414
1515Please use the [ bug tracker] [ issues ] to report bugs.
1616
17- [ ignition ] : https://github.com/flatcar-linux /ignition
18- [ issues ] : https://github.com/flatcar-linux /flatcar/issues
17+ [ ignition ] : https://github.com/flatcar/ignition
18+ [ issues ] : https://github.com/flatcar/flatcar/issues
1919[ overview ] : doc/overview.md
2020[ get-started ] : doc/getting-started.md
2121[ config ] : doc/configuration.md
@@ -54,7 +54,7 @@ ARCH=x86_64
5454OS=unknown-linux-gnu # Linux
5555
5656# Specify download URL
57- DOWNLOAD_URL=https://github.com/flatcar-linux /container-linux-config-transpiler/releases/download
57+ DOWNLOAD_URL=https://github.com/flatcar/container-linux-config-transpiler/releases/download
5858
5959# Remove previous downloads
6060rm -f /tmp/ct-${CT_VER} -${ARCH} -${OS} /tmp/ct-${CT_VER} -${ARCH} -${OS} .asc /tmp/coreos-app-signing-pubkey.gpg
@@ -72,14 +72,14 @@ curl -L ${DOWNLOAD_URL}/${CT_VER}/ct-${CT_VER}-${ARCH}-${OS}.asc -o /tmp/ct-${CT
7272gpg2 --verify /tmp/ct-${CT_VER} -${ARCH} -${OS} .asc /tmp/ct-${CT_VER} -${ARCH} -${OS}
7373```
7474
75- [ releases ] : https://github.com/flatcar-linux /container-linux-config-transpiler/releases
75+ [ releases ] : https://github.com/flatcar/container-linux-config-transpiler/releases
7676
7777### Building from source
7878
7979To build from source you'll need to have the go compiler installed on your system.
8080
8181``` shell
82- git clone --branch v0.8.0 https://github.com/flatcar-linux /container-linux-config-transpiler
82+ git clone --branch v0.8.0 https://github.com/flatcar/container-linux-config-transpiler
8383cd container-linux-config-transpiler
8484make
8585```
@@ -90,6 +90,6 @@ Note: Review releases for new branch versions.
9090
9191## Related projects
9292
93- - [ https://github.com/flatcar-linux /ignition ] ( https://github.com/flatcar-linux /ignition )
94- - [ https://github.com/flatcar-linux /afterburn/ ] ( https://github.com/flatcar-linux /afterburn )
93+ - [ https://github.com/flatcar/ignition ] ( https://github.com/flatcar/ignition )
94+ - [ https://github.com/flatcar/afterburn/ ] ( https://github.com/flatcar/afterburn )
9595- [ https://github.com/poseidon/matchbox ] ( https://github.com/poseidon/matchbox )
0 commit comments