@@ -114,7 +114,7 @@ You can see some examples of contracts under the `contracts` directory, which
114
114
you can look at. They are simple and self-contained, primarily meant for testing
115
115
purposes, but that also makes them easier to understand.
116
116
117
- You can also look at [ cosmwasm -plus] ( https://github.com/CosmWasm/cosmwasm -plus )
117
+ You can also look at [ cw -plus] ( https://github.com/CosmWasm/cw -plus )
118
118
for examples and inspiration on more production-like contracts and also how we
119
119
call one contract from another. If you are working on DeFi or Tokens, please
120
120
look at the ` cw20 ` , ` cw721 ` and/or ` cw1155 ` packages that define standard
@@ -128,11 +128,11 @@ along with tests, and a properly configured build environment. From there you
128
128
can edit the code to add your desired logic and publish it as an independent
129
129
repo.
130
130
131
- We also recommend you review our [ documentation site] ( https://docs .cosmwasm.com )
131
+ We also recommend you review our [ documentation site] ( https://book .cosmwasm.com )
132
132
which contains a few tutorials to guide you in building your first contracts. We
133
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.
134
+ past recordings on our [ YouTube channel ] ( https://www.youtube. com/channel/UCNslCTRZ0TrZg7rVDQFkMeQ ) , or
135
+ [ join our Discord server] ( https://chat .cosmwasm.com ) to ask for help.
136
136
137
137
## Minimum Supported Rust Version (MSRV)
138
138
0 commit comments