Skip to content

Commit 4308226

Browse files
authored
Merge pull request #2173 from k-yang/patch-1
docs: fix broken links on README.md
2 parents 87882d3 + 67d8089 commit 4308226

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,11 @@ You can see some examples of contracts under the `contracts` directory, which
114114
you can look at. They are simple and self-contained, primarily meant for testing
115115
purposes, but that also makes them easier to understand.
116116

117-
You can also look at [cosmwasm-plus](https://github.com/CosmWasm/cosmwasm-plus)
118-
for examples and inspiration on more production-like contracts and also how we
119-
call one contract from another. If you are working on DeFi or Tokens, please
120-
look at the `cw20`, `cw721` and/or `cw1155` packages that define standard
121-
interfaces as analogues to some popular ERC designs. (`cw20` is also inspired by
122-
`erc777`).
117+
You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus) for examples
118+
and inspiration on more production-like contracts and also how we call one
119+
contract from another. If you are working on DeFi or Tokens, please look at the
120+
`cw20`, `cw721` and/or `cw1155` packages that define standard interfaces as
121+
analogues to some popular ERC designs. (`cw20` is also inspired by `erc777`).
123122

124123
If you want to get started building your own contract, the simplest way is to go
125124
to the [cosmwasm-template](https://github.com/CosmWasm/cosmwasm-template)
@@ -128,11 +127,11 @@ along with tests, and a properly configured build environment. From there you
128127
can edit the code to add your desired logic and publish it as an independent
129128
repo.
130129

131-
We also recommend you review our [documentation site](https://docs.cosmwasm.com)
132-
which contains a few tutorials to guide you in building your first contracts. We
133-
also do public workshops on various topics about once a month. You can find
134-
[past recordings under the "Videos" section](https://cosmwasm.com/resources), or
135-
[join our Discord server](https://docs.cosmwasm.com/chat) to ask for help.
130+
We also recommend you review our [documentation site](https://book.cosmwasm.com)
131+
which contains a few tutorials to guide you in building your first contracts.
132+
You can find past recordings of hackathon / conference workshops and
133+
presentations on our [YouTube channel](https://www.youtube.com/@CosmWasm), or
134+
[join our Discord server](https://chat.cosmwasm.com) to ask for help.
136135

137136
## Minimum Supported Rust Version (MSRV)
138137

0 commit comments

Comments
 (0)