From 764eb65e0fdaec2708605b56d78e5b5eb35c50dd Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Wed, 26 Jun 2024 12:07:51 +0200 Subject: [PATCH] feat(gnoweb): Docs link to `gnokey list` with specific anchor (#2428) In the realm help UI of `gnoweb`, a link to the documentation of `gnokey list` is provided, but it's only redirecting to the page and not the specific `list` explanation. Fixed it by adding the corresponding anchor to the link.
Contributors' checklist... - [ ] Added new tests, or not needed, or not feasible - [x] Provided an example (e.g. screenshot) to aid review or the PR is self-explanatory - [ ] Updated the official documentation or not needed - [ ] No breaking changes were made, or a `BREAKING CHANGE: xxx` message was included in the description - [ ] Added references to related issues and PRs - [ ] Provided any useful hints for running manual tests - [ ] Added new benchmarks to [generated graphs](https://gnoland.github.io/benchmarks), if any. More info [here](https://github.com/gnolang/gno/blob/master/.benchmarks/README.md).
--- 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 83692765d7d..b9c8e119e7a 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" . }}