From 408bd689ccd1b976be590bc26a78421a799e958c Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sun, 8 Mar 2020 19:52:00 +0000 Subject: [PATCH] blog/howistartnix: link better --- blog/how-i-start-nix-2020-03-08.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/how-i-start-nix-2020-03-08.markdown b/blog/how-i-start-nix-2020-03-08.markdown index 4d34f87..c5cf833 100644 --- a/blog/how-i-start-nix-2020-03-08.markdown +++ b/blog/how-i-start-nix-2020-03-08.markdown @@ -12,7 +12,7 @@ tags: [Nix][nix] is a tool that helps people create reproducible builds. This means that given the a known input, you can get the same output on other machines.Let's build and deploy a small Rust service with Nix. This will not require the Rust -compiler to be installed with [rustup] or similar. +compiler to be installed with [rustup][rustup] or similar. [nix]: https://nixos.org/nix/ [rustup]: https://rustup.rs