Skip to content

Commit 443f153

Browse files
docs: update link contents (backport #20437) (#20462)
Co-authored-by: PolyMa <151764357+polymaer@users.noreply.github.com>
1 parent 5545d45 commit 443f153

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

277-
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).
277+
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).
278278

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

0 commit comments

Comments
 (0)