From afc5c152b807a62ad99be74c5641dd2b51aff1b7 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Mon, 17 Mar 2025 17:47:17 +0000 Subject: [PATCH] fix(ops/modules/www): fix rustdoc redirect Change-Id: Icd78c2209c20aee0931622bfb914e9dc5978d23d --- ops/modules/www/snix.dev.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/modules/www/snix.dev.nix b/ops/modules/www/snix.dev.nix index 59cd00fa5..9d9caa43e 100644 --- a/ops/modules/www/snix.dev.nix +++ b/ops/modules/www/snix.dev.nix @@ -12,7 +12,7 @@ root = depot.web.website; locations."/rustdoc/".alias = "${depot.snix.rust-docs}/"; - locations."=/rustdoc".return = "302 https://snix.dev/rustdoc/tvix_eval/index.html"; + locations."=/rustdoc".return = "302 https://snix.dev/rustdoc/snix_eval/index.html"; }; }; }