From d89c0af0ff101377092193fd0e2b716fcf73a71c Mon Sep 17 00:00:00 2001 From: Yang Hau Date: Thu, 30 Nov 2023 15:52:05 +0800 Subject: [PATCH] Set proper doc link --- stylus-sdk/src/evm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylus-sdk/src/evm.rs b/stylus-sdk/src/evm.rs index 5914e49..14b766d 100644 --- a/stylus-sdk/src/evm.rs +++ b/stylus-sdk/src/evm.rs @@ -67,6 +67,6 @@ wrap_hostio!( wrap_hostio!( /// Gets the amount of ink remaining. See [`Ink and Gas`] for more information on Stylus's compute pricing. /// - /// [`Ink and Gas`]: https://developer.arbitrum.io/TODO + /// [`Ink and Gas`]: https://docs.arbitrum.io/stylus/concepts/stylus-gas ink_left evm_ink_left u64 );