Skip to content

Commit cda854b

Browse files
authored
docs: fix broken links on README.md
- replaced docs.cosmwasm.com with book.cosmwasm.com - updated link to Discord server - updated link to YouTube channel
1 parent 81c6ab8 commit cda854b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ 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)
117+
You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus)
118118
for examples and inspiration on more production-like contracts and also how we
119119
call one contract from another. If you are working on DeFi or Tokens, please
120120
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
128128
can edit the code to add your desired logic and publish it as an independent
129129
repo.
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)
132132
which contains a few tutorials to guide you in building your first contracts. We
133133
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.
136136

137137
## Minimum Supported Rust Version (MSRV)
138138

0 commit comments

Comments
 (0)