From 9ce4bb0d301de834ba9f03a81dae921fbd13a1db Mon Sep 17 00:00:00 2001 From: JC Date: Thu, 17 Nov 2022 11:26:45 -0500 Subject: [PATCH] Fix redirect --- book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 9a4a3f58..ebd6f087 100644 --- a/book.toml +++ b/book.toml @@ -9,4 +9,4 @@ title = "Fuel Specifications" git-repository-url = "https://github.com/FuelLabs/fuel-specs" [output.html.redirect] -"/protocol/abi.html" = "/protocol/abi/index.html" +"/protocol/abi.html" = "./abi/index.html"