docs: update tooling link (#21973)

Co-authored-by: wujinbao <www.389092100@qq.com>
This commit is contained in:
Wukingbow
2024-09-30 05:37:48 +00:00
committed by GitHub
co-authored by wujinbao
parent d5f24de7e1
commit 21b3a26254
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ the proposal. Cosmovisor interprets that data to perform an update: switch a cur
and restart the App.
Configuration of Cosmovisor is done through environment variables, which are
documented in: https://docs.cosmos.network/main/tooling/cosmovisor`,
documented in: https://docs.cosmos.network/main/build/tooling/cosmovisor`,
cosmovisor.EnvName, cosmovisor.EnvHome,
)
}
+1 -1
View File
@@ -12,7 +12,7 @@ func TestGetHelpText(t *testing.T) {
expectedPieces := []string{
"Cosmovisor",
cosmovisor.EnvName, cosmovisor.EnvHome,
"https://docs.cosmos.network/main/tooling/cosmovisor",
"https://docs.cosmos.network/main/build/tooling/cosmovisor",
}
actual := GetHelpText()