From 234a0a185c7e5ea9c74bfd1ea06deae4f656d0bb Mon Sep 17 00:00:00 2001 From: Iuri <689440+iuricmp@users.noreply.github.com> Date: Tue, 26 Mar 2024 06:32:10 +0000 Subject: [PATCH] fix(gnoweb): fixed broken URL link (#1839) Fixed broken URL link. Screenshot 2024-03-25 at 21 14 43 --- gno.land/pkg/gnoweb/views/realm_help.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gno.land/pkg/gnoweb/views/realm_help.html b/gno.land/pkg/gnoweb/views/realm_help.html index 93bf366c782..85d5571cdaf 100644 --- a/gno.land/pkg/gnoweb/views/realm_help.html +++ b/gno.land/pkg/gnoweb/views/realm_help.html @@ -17,7 +17,7 @@
These are the realm's exposed functions ("public smart contracts").

- My address: (see `gnokey list`)
+ My address: (see `gnokey list`)


{{ template "func_specs" . }}