From 83ea46254a7d73479a729cf20a57926f411bc6af Mon Sep 17 00:00:00 2001 From: andytudhope <13001517+andytudhope@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:26:26 +0200 Subject: [PATCH] fix build --- docs/tools/suave-std/protocols/Bundle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tools/suave-std/protocols/Bundle.mdx b/docs/tools/suave-std/protocols/Bundle.mdx index 0d747d62..42f4dc9e 100755 --- a/docs/tools/suave-std/protocols/Bundle.mdx +++ b/docs/tools/suave-std/protocols/Bundle.mdx @@ -40,7 +40,7 @@ Input: Output: -- `request` ([HttpRequest](../suavelib/Suave.sol#httprequest)): The HttpRequest to send the bundle. +- `request` ([HttpRequest](/tools/suave-std/suavelib/Suave#httprequest)): The HttpRequest to send the bundle. ### [decodeBundle](https://github.com/flashbots/suave-std/tree/main/src/protocols/Bundle.sol#L90)