Skip to content

Commit 112e228

Browse files
authored
docs: fix inaccessible links (#22147)
1 parent cc25229 commit 112e228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/building-modules/16-testing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ System tests are at the top of the [test pyramid](https://martinfowler.com/artic
104104
They test the whole application flow as black box, from the user perspective. They are located under [`/tests/systemtests`](https://github.com/cosmos/cosmos-sdk/tree/main/tests/systemtests).
105105

106106
For that, the SDK is using the `simapp` binary, but you should use your own binary.
107-
More details about system test can be found in [building-apps](https://docs.cosmos.network/main/build/building-apps/06-system-tests.md)
107+
More details about system test can be found in [building-apps](https://docs.cosmos.network/main/build/building-apps/system-tests)
108108

109109

110110
## Learn More

0 commit comments

Comments
 (0)