Skip to content

Commit b3e53cf

Browse files
authored
docs: update link contents (#20437)
1 parent 8e9e3aa commit b3e53cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/beginner/00-app-anatomy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,6 @@ The following is the `go.mod` of the [Cosmos Hub](https://github.com/cosmos/gaia
272272
https://github.com/cosmos/gaia/blob/26ae7c2/go.mod#L1-L28
273273
```
274274

275-
For building the application, a [Makefile](https://en.wikipedia.org/wiki/Makefile) is generally used. The Makefile primarily ensures that the `go.mod` is run before building the two entrypoints to the application, [`appd`](#node-client) and [`appd`](#application-interface).
275+
For building the application, a [Makefile](https://en.wikipedia.org/wiki/Makefile) is generally used. The Makefile primarily ensures that the `go.mod` is run before building the two entrypoints to the application, [`Node Client`](#node-client) and [`Application Interface`](#application-interface).
276276

277277
Here is an example of the [Cosmos Hub Makefile](https://github.com/cosmos/gaia/blob/main/Makefile).

0 commit comments

Comments
 (0)