From 01e86d67706b38483cfdaba3dc247b959fbd9793 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 14 Oct 2021 15:43:01 +0200 Subject: [PATCH 1/3] Migrate workshop links --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c773e4f1..a43510d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ edition = "2018" license = "GPL-3.0" readme = "README.md" repository = "https://github.com/paritytech/cargo-contract" -documentation = "https://substrate.dev/substrate-contracts-workshop/#/" +documentation = "https://docs.substrate.io/tutorials/v3/ink-workshop/pt1/" homepage = "https://www.parity.io/" description = "Setup and deployment tool for developing Wasm based smart contracts via ink!" keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"] diff --git a/README.md b/README.md index 9114a753..187fb7c9 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@
-[Guided Tutorial for Beginners](https://substrate.dev/substrate-contracts-workshop/#/0/building-your-contract)  •   +[Guided Tutorial for Beginners](https://docs.substrate.io/tutorials/v3/ink-workshop/pt1/)  •   [ink! Documentation Portal](https://paritytech.github.io/ink-docs)
-- GitLab From 354ad9d10b097a59fc800d22d831133beb742151 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 14 Oct 2021 15:45:13 +0200 Subject: [PATCH 2/3] Fix Discord link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 187fb7c9..20f6a3d9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [b1]: https://img.shields.io/badge/matrix-chat-brightgreen.svg?style=flat [b2]: https://riot.im/app/#/room/#ink:matrix.parity.io [c1]: https://img.shields.io/discord/722223075629727774?style=flat-square&label=discord -[c2]: https://discord.gg/ztCASQE +[c2]: https://discord.com/invite/wGUDt2p [d1]: https://img.shields.io/crates/v/cargo-contract.svg [d2]: https://crates.io/crates/cargo-contract @@ -29,7 +29,7 @@ More relevant links: -* Talk to us on [Element][b2] or [Discord][c2] +* Talk to us on [Element][b2] or on [Discord][c2] in the [`ink_smart-contracts`](https://discord.com/channels/722223075629727774/765280480609828864) channel * [`ink!`](https://github.com/paritytech/ink) ‒ The main ink! repository with smart contract examples * [Canvas UI](https://paritytech.github.io/canvas-ui/#/upload) ‒ Frontend for contract deployment and interaction * [Substrate Contracts Node](https://github.com/paritytech/substrate-contracts-node) ‒ Simple Substrate blockchain which includes smart contract functionality -- GitLab From 772e76f5eecde0feab2d058a4b1895ffad8dd812 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 14 Oct 2021 15:45:38 +0200 Subject: [PATCH 3/3] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20f6a3d9..132655af 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ More relevant links: There's only an old version in your distributions package manager? Just use a [binary release](https://github.com/WebAssembly/binaryen/releases). -* Step 3: `cargo install --force cargo-contract` +* Step 3: `cargo install --force cargo-contract`. ### Installation using Docker Image -- GitLab