From 6dfbcc2d69b1839dfd8db56e1e123d14ec7ec035 Mon Sep 17 00:00:00 2001 From: Kinder Joy Date: Tue, 13 Jan 2026 15:36:09 +0300 Subject: [PATCH] Fix redirect source path for foundry docs --- docs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.json b/docs.json index b473884..bf83213 100644 --- a/docs.json +++ b/docs.json @@ -307,7 +307,7 @@ "destination": "/build-on-abstract/smart-contracts/hardhat/get-started" }, { - "source": "build-on-abstract/smart-contracts/foundry", + "source": "/build-on-abstract/smart-contracts/foundry", "destination": "/build-on-abstract/smart-contracts/foundry/get-started" }, {