From 804cf1f85ed768ce934f038e98c0612c67088b77 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Sun, 5 Dec 2021 01:14:12 -0800 Subject: [PATCH] manual/migration: Fix broken link --- manual/src/tutorial/migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/src/tutorial/migration.md b/manual/src/tutorial/migration.md index e3723e8..ebad7e6 100644 --- a/manual/src/tutorial/migration.md +++ b/manual/src/tutorial/migration.md @@ -9,7 +9,7 @@ Unlike NixOps which can be configured to manage the entire lifecycles of NixOS m ## `network` vs `meta` -Colmena accepts [a set of options](/reference/meta.md) to configure the deployment itself as `meta`. +Colmena accepts [a set of options](../reference/meta.md) to configure the deployment itself as `meta`. For NixOps compatibility, it also accepts `network` as an alias so you don't have to change your existing configuration. ## Pinning Nixpkgs