Skip to content

Commit fffb1cd

Browse files
authored
Update outdated slack invitation & kernel download links (firecracker-microvm#503)
Signed-off-by: Royce Zhao <[email protected]>
1 parent 5b4e09c commit fffb1cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ GitHub issues, but instead follow
9090
guidelines](https://github.com/firecracker-microvm/firecracker/blob/main/SECURITY-POLICY.md).
9191

9292
Other discussion: For general discussion, please join us in the `#containerd`
93-
channel on the [Firecracker Slack](https://tinyurl.com/firecracker-microvm).
93+
channel on the [Firecracker Slack](https://join.slack.com/t/firecracker-microvm/shared_invite/zt-oxbm7tqt-GLlze9zZ7sdRSDY6OnXXHg).
9494

9595
## License
9696

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You need to have the following things in order to use firecracker-containerd:
5151
You can use the following kernel:
5252

5353
```bash
54-
curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin
54+
curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/vmlinux.bin
5555
```
5656

5757
### Install Docker

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ sudo make install install-firecracker demo-network
127127
cd ~
128128

129129
# Download kernel
130-
curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/hello/kernel/hello-vmlinux.bin
130+
curl -fsSL -o hello-vmlinux.bin https://s3.amazonaws.com/spec.ccfc.min/img/quickstart_guide/x86_64/kernels/vmlinux.bin
131131

132132
# Configure our firecracker-containerd binary to use our new snapshotter and
133133
# separate storage from the default containerd binary

0 commit comments

Comments
 (0)