aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-12-27 08:11:20 -0800
committerFranck Cuny <franck@fcuny.net>2024-12-27 08:11:20 -0800
commitd6f86679d6be60c0b478e32d74acd36275940fe8 (patch)
tree619104bbc82f979a2cf2c42be6711a9c38bee99c
parentdon't use nix cache (diff)
downloadfcuny.net-d6f86679d6be60c0b478e32d74acd36275940fe8.tar.gz
fix link to repo
Diffstat (limited to '')
-rw-r--r--content/containerd-to-firecracker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/containerd-to-firecracker.md b/content/containerd-to-firecracker.md
index 2a6ba58..0d4922e 100644
--- a/content/containerd-to-firecracker.md
+++ b/content/containerd-to-firecracker.md
@@ -21,7 +21,7 @@ They describe the process as follow:
That's pretty detailed, and I'm curious how difficult it is to implement
this. I've been meaning to look into Firecracker for a while and into
containers'd API, so this is a perfect opportunity to get started. The
-code is available [here](https://git.fcuny.net/containerd-to-vm/).
+code is available [here](https://github.com/fcuny/containerd-to-vm).
## #1 Pull a container from a registry with `containerd`