Skip to content

Commit

Permalink
explicitly use https instead of http
Browse files Browse the repository at this point in the history
  • Loading branch information
peetzweg committed Jan 5, 2024
1 parent 9d4701e commit 81f26c2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions versioned_docs/version-5.x/intro/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](http://substrate.io)
ink! is a programming language for smart contracts; blockchains built with [the Substrate framework](https://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](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](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 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.

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-5.x/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ hide_table_of_contents: true
<img style={{height: 25}} src="https://img.shields.io/twitter/follow/ink_lang?label=Follow" />
</a>
&nbsp;
<a href="http://youtube.com/@ink-lang">
<a href="https://youtube.com/@ink-lang">
<img style={{height: 25}} src="https://img.shields.io/badge/click-white.svg?logo=YouTube&logoColor=eb3f25&label=ink!%20YouTube&labelColor=white&color=blue" />
</a>
<br/>
Expand Down Expand Up @@ -144,7 +144,7 @@ hide_table_of_contents: true

<div className="row">
<div className="col text--center">
<a href="http://phala.network">
<a href="https://phala.network">
<img src= "/img/chains/phala.svg" className="chain" />
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions versioned_docs/version-5.x/monthly-update/2022/09.md
Original file line number Diff line number Diff line change
Expand Up @@ -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](http://twitter.com/ink_lang),
The bird has hatched! We've set up a Twitter account: [@ink_lang](https://twitter.com/ink_lang),
where we'll tweet about anything we find interesting.

## ink! 4.0 is shaping up 📈
Expand All @@ -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 📣
Expand All @@ -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`](http://use.ink).
We've moved this documentation portal from `use.ink` to a new domain: [`use.ink`](https://use.ink).
It was a three letter domain, we just couldn't resist!
2 changes: 1 addition & 1 deletion versioned_docs/version-5.x/monthly-update/2022/10.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [http://dot.li/academy](http://dot.li/academy).
details on [https://dot.li/academy](https://dot.li/academy).

## Astar ported Uniswap v2 to ink! 💱

Expand Down

0 comments on commit 81f26c2

Please sign in to comment.