From cda854b1ed146242f8259f3f92f8342f93862c5e Mon Sep 17 00:00:00 2001 From: Kevin Yang <5478483+k-yang@users.noreply.github.com> Date: Fri, 14 Jun 2024 14:05:37 -0400 Subject: [PATCH 1/2] 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 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b5517340c5..af533f735b 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ You can see some examples of contracts under the `contracts` directory, which you can look at. They are simple and self-contained, primarily meant for testing purposes, but that also makes them easier to understand. -You can also look at [cosmwasm-plus](https://github.com/CosmWasm/cosmwasm-plus) +You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus) for examples and inspiration on more production-like contracts and also how we call one contract from another. If you are working on DeFi or Tokens, please 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 can edit the code to add your desired logic and publish it as an independent repo. -We also recommend you review our [documentation site](https://docs.cosmwasm.com) +We also recommend you review our [documentation site](https://book.cosmwasm.com) which contains a few tutorials to guide you in building your first contracts. We also do public workshops on various topics about once a month. You can find -[past recordings under the "Videos" section](https://cosmwasm.com/resources), or -[join our Discord server](https://docs.cosmwasm.com/chat) to ask for help. +past recordings on our [YouTube channel](https://www.youtube.com/channel/UCNslCTRZ0TrZg7rVDQFkMeQ), or +[join our Discord server](https://chat.cosmwasm.com) to ask for help. ## Minimum Supported Rust Version (MSRV) From 67d8089237b440bf69ed09306127cd27b99d83a8 Mon Sep 17 00:00:00 2001 From: Christoph Otter Date: Thu, 11 Jul 2024 11:49:26 +0200 Subject: [PATCH 2/2] Adjust wording --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index af533f735b..a67bd58d99 100644 --- a/README.md +++ b/README.md @@ -114,12 +114,11 @@ You can see some examples of contracts under the `contracts` directory, which you can look at. They are simple and self-contained, primarily meant for testing purposes, but that also makes them easier to understand. -You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus) -for examples and inspiration on more production-like contracts and also how we -call one contract from another. If you are working on DeFi or Tokens, please -look at the `cw20`, `cw721` and/or `cw1155` packages that define standard -interfaces as analogues to some popular ERC designs. (`cw20` is also inspired by -`erc777`). +You can also look at [cw-plus](https://github.com/CosmWasm/cw-plus) for examples +and inspiration on more production-like contracts and also how we call one +contract from another. If you are working on DeFi or Tokens, please look at the +`cw20`, `cw721` and/or `cw1155` packages that define standard interfaces as +analogues to some popular ERC designs. (`cw20` is also inspired by `erc777`). If you want to get started building you own contract, the simplest way is to go to the [cosmwasm-template](https://github.com/CosmWasm/cosmwasm-template) @@ -129,9 +128,9 @@ can edit the code to add your desired logic and publish it as an independent repo. We also recommend you review our [documentation site](https://book.cosmwasm.com) -which contains a few tutorials to guide you in building your first contracts. We -also do public workshops on various topics about once a month. You can find -past recordings on our [YouTube channel](https://www.youtube.com/channel/UCNslCTRZ0TrZg7rVDQFkMeQ), or +which contains a few tutorials to guide you in building your first contracts. +You can find past recordings of hackathon / conference workshops and +presentations on our [YouTube channel](https://www.youtube.com/@CosmWasm), or [join our Discord server](https://chat.cosmwasm.com) to ask for help. ## Minimum Supported Rust Version (MSRV)