diff --git a/Cargo.toml b/Cargo.toml
index c773e4f17498bf6b0c6b84d40005170a6f664108..a43510d491afbdccbd9f0b76f3183e6ed69e12fd 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 9114a753ec239f06fd6fc65b48d06425a1934de1..132655afa565cac336b6f54205b97cc7942b104f 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
@@ -22,14 +22,14 @@
-[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)
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
@@ -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