From 52318ef2b8837883e56cf78b5d631b37b3f70a9c Mon Sep 17 00:00:00 2001 From: Shawn Tabrizi Date: Thu, 26 Sep 2019 17:04:52 +0200 Subject: [PATCH] Update smart-contracts.md --- docs/polkadot/build/smart-contracts.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/polkadot/build/smart-contracts.md b/docs/polkadot/build/smart-contracts.md index 5a3372e7..5e935737 100644 --- a/docs/polkadot/build/smart-contracts.md +++ b/docs/polkadot/build/smart-contracts.md @@ -7,9 +7,7 @@ The Polkadot relay chain will not support smart contracts natively. However, pa Here are the list of current resources available to developer who want to get started writing smart contracts to deploy on parachains based on Substrate. - [ink!](https://github.com/paritytech/ink) - Parity's ink to write smart contracts. -- [Deploying your first contract](https://github.com/paritytech/ink/wiki/Deploying-Your-First-Contract) - Guide to deploy the provided `flipper` contract. -- [Writing your first contract](https://github.com/paritytech/ink/wiki/Writing-Your-First-Contract) - Guide to how one would write the `flipper` contract. -- [Substrate contracts workshop](https://shawntabrizi.github.io/substrate-contracts-workshop/#/) - Walks you through the basics of using `ink!` and writing an ERC20 token. +- [Substrate Contracts Workshop](https://substrate.dev/substrate-contracts-workshop/#/) - Walks you through the basics of writing and deploying an ERC20 token using `ink!`. ## Examples