about summary refs log tree commit diff
path: root/content
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-03-03 18:09:56 -0800
committerFranck Cuny <franck@fcuny.net>2023-03-03 18:09:56 -0800
commitfae407fe88e381485b2d3ba500d0e3191ca6d730 (patch)
tree49c9a02b8e61523af489f3532a0f27467ac06c6e /content
parentci: delete drone's configuration (diff)
downloadfcuny.net-fae407fe88e381485b2d3ba500d0e3191ca6d730.tar.gz
fix: correct URL for my various repositories
Diffstat (limited to 'content')
-rw-r--r--content/notes/containerd-to-firecracker.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/containerd-to-firecracker.md b/content/notes/containerd-to-firecracker.md
index 2159598..52ab201 100644
--- a/content/notes/containerd-to-firecracker.md
+++ b/content/notes/containerd-to-firecracker.md
@@ -26,7 +26,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://github.com/fcuny/containerd-to-vm).
+code is available [here](https://git.fcuny.net/containerd-to-vm/).
 
 ## #1 Pull a container from a registry with `containerd`