diff --git a/docs/MIGRATING.md b/docs/MIGRATING.md index 7425f2327..8b1d27d07 100644 --- a/docs/MIGRATING.md +++ b/docs/MIGRATING.md @@ -71,4 +71,4 @@ where the old name was deprecated. | `QueryResponse` | `QueryResult` | Brings consistency with the naming of the other results | | `VoteMsg.Vote` | `VoteMsg.Option` | Brings consistency with Cosmos SDK naming | -[ft]: https://stackoverflow.com/a/60073310 +[ft]: https://go.dev/doc/effective_go#mixed-caps diff --git a/testdata/README.md b/testdata/README.md index f89f28f7e..e72e628ec 100644 --- a/testdata/README.md +++ b/testdata/README.md @@ -9,4 +9,4 @@ This will download the deployed builds [from GitHub releases](https://github.com If contracts are not available for some reason or you need to compile for an unreleased commit, you can build them manually using -[these instructions](https://github.com/CosmWasm/cosmwasm/blob/v0.14.0-beta2/contracts/README.md#optimized-builds). +[these instructions](https://github.com/CosmWasm/cosmwasm/blob/v1.5.11/contracts/README.md#optimized-builds).