@@ -114,7 +114,7 @@ You can see some examples of contracts under the `contracts` directory, which
114114you can look at. They are simple and self-contained, primarily meant for testing
115115purposes, but that also makes them easier to understand.
116116
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 )
118118for examples and inspiration on more production-like contracts and also how we
119119call one contract from another. If you are working on DeFi or Tokens, please
120120look 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
128128can edit the code to add your desired logic and publish it as an independent
129129repo.
130130
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 )
132132which contains a few tutorials to guide you in building your first contracts. We
133133also 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.
136136
137137## Minimum Supported Rust Version (MSRV)
138138
0 commit comments