Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Aug 27, 2024
1 parent 0df3101 commit 8b027df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/getting-started/local-setup/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ git clone https://github.com/gnolang/gno.git
There are three tools that should be used for getting started with Gno development:
- `gno` - the GnoVM binary
- `gnodev` - the Gno [development helper](../../gno-tooling/cli/gnodev.md)
- `gnokey` - the Gno [keypair manager](../../gno-tooling/cli/gnokey/working-with-key-pairs.mdkey/working-with-key-pairs.md)
- `gnokey` - the Gno [keypair manager](../../gno-tooling/cli/gnokey/working-with-key-pairs.md)

To install all three tools, simply run the following in the root of the repo:
```bash
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/gnoclient/gnoclient.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ APIs for common functionality.
- Use local keystore to sign & broadcast transactions containing any type of
Gno message
- Sign & broadcast transactions with batch messages
- Use [ABCI queries](../../gno-tooling/cli/gnokey/gnokey.mdokey.md#make-an-abci-query) in
- Use [ABCI queries](../../gno-tooling/cli/gnokey/querying-a-network.md) in
your Go code

## Installation
Expand All @@ -30,5 +30,5 @@ To see the full reference documentation for the `gnoclient` package, we recommen
visiting the [`gnoclient godoc page`](https://gnolang.github.io/gno/github.com/gnolang/gno@v0.0.0/gno.land/pkg/gnoclient.html).

For a tutorial on how to use the `gnoclient` package, check out
["How to connect a Go app to gno.land"](../../how-to-guides/connecting-from-go.md)
["How to connect a Go app to gno.land"](../../how-to-guides/connecting-from-go.md).

0 comments on commit 8b027df

Please sign in to comment.