diff --git a/versioned_docs/version-5.x/intro/how-it-works.md b/versioned_docs/version-5.x/intro/how-it-works.md index cc099b4c4f..444fbae69f 100644 --- a/versioned_docs/version-5.x/intro/how-it-works.md +++ b/versioned_docs/version-5.x/intro/how-it-works.md @@ -8,13 +8,13 @@ slug: /how-it-works # How it Works – Substrate -ink! is a programming language for smart contracts; blockchains built with [the Substrate framework](https://substrate.io) +ink! is a programming language for smart contracts; blockchains built with [the Substrate framework](http://substrate.io) can choose from a number of smart contract languages which one(s) they want to support. ink! is one of them. It is an opinionated language that we have built by extending the popular Rust programming language with functionality needed to make it smart contract compatible. ## How does ink! tie into Substrate? -[Substrate](https://substrate.io) is a framework for building blockchains – those can be standalone blockchains or blockchains connected to [Kusama](https://kusama.network) or [Polkadot](https://polkadot.network), so called _parachains_. Substrate contains a number of modules, in Substrate terminology those are called _pallets_. Substrate comes with a set of pallets for many requirements modern blockchains typically have – staking, fungible tokens, non-fungible tokens, governance, etc. +[Substrate](https://substrate.io) is a framework for building blockchains – those can be standalone blockchains or blockchains connected to [Kusama](http://kusama.network) or [Polkadot](http://polkadot.network), so called _parachains_. Substrate contains a number of modules, in Substrate terminology those are called _pallets_. Substrate comes with a set of pallets for many requirements modern blockchains typically have – staking, fungible tokens, non-fungible tokens, governance, etc. Substrate also ships with a module for smart contracts, this module is called `pallet-contracts`. If a parachain is developed in Substrate it can easily add smart contract functionality by including this pallet. diff --git a/versioned_docs/version-5.x/intro/intro.mdx b/versioned_docs/version-5.x/intro/intro.mdx index 9f690f1baa..7e81cf0025 100644 --- a/versioned_docs/version-5.x/intro/intro.mdx +++ b/versioned_docs/version-5.x/intro/intro.mdx @@ -24,7 +24,7 @@ hide_table_of_contents: true   - +
@@ -144,7 +144,7 @@ hide_table_of_contents: true
- +
diff --git a/versioned_docs/version-5.x/monthly-update/2022/09.md b/versioned_docs/version-5.x/monthly-update/2022/09.md index 56e5a81d8b..4a79512482 100644 --- a/versioned_docs/version-5.x/monthly-update/2022/09.md +++ b/versioned_docs/version-5.x/monthly-update/2022/09.md @@ -39,7 +39,7 @@ The meetups were packed! On the first floor of our office in Berlin we counted 9 ## Twitter 🐣 -The bird has hatched! We've set up a Twitter account: [@ink_lang](https://twitter.com/ink_lang), +The bird has hatched! We've set up a Twitter account: [@ink_lang](http://twitter.com/ink_lang), where we'll tweet about anything we find interesting. ## ink! 4.0 is shaping up 📈 @@ -54,7 +54,7 @@ We aim for a stable release of ink! `v4.0` and `cargo-contract` `v2.0` in late O You can find the tracking issue for ink! 4.0 [here](https://github.com/paritytech/ink/issues/1343). Please note that we've moved XCM support to the roadmap of a 4.1 release, so it won't be -included in 4.0. XCM support won't be a breaking change, hence we can put it into a +included in 4.0. XCM support won't be a breaking change, hence we can put it into a subsequent 4.1. ## Polkadot Forum 📣 @@ -69,5 +69,5 @@ This changes now with the Polkadot Forum: ## New Domain 🏠 -We've moved this documentation portal from `use.ink` to a new domain: [`use.ink`](https://use.ink). +We've moved this documentation portal from `use.ink` to a new domain: [`use.ink`](http://use.ink). It was a three letter domain, we just couldn't resist! diff --git a/versioned_docs/version-5.x/monthly-update/2022/10.md b/versioned_docs/version-5.x/monthly-update/2022/10.md index f9034e9997..acc578b5af 100644 --- a/versioned_docs/version-5.x/monthly-update/2022/10.md +++ b/versioned_docs/version-5.x/monthly-update/2022/10.md @@ -21,7 +21,7 @@ It did and there will be many more academies! Starting with the next one, which is happening in January and February 2023 in Buenos Aires. We will also be giving lectures there again! You can find more -details on [https://dot.li/academy](https://dot.li/academy). +details on [http://dot.li/academy](http://dot.li/academy). ## Astar ported Uniswap v2 to ink! 💱