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"; }; }; }