Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: disable check of dead playground link #296

Merged
merged 7 commits into from
Jan 5, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/intro/upcoming-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /upcoming-events
### April 5, 2023 | Office Hours

We will be having the first ever ink! Office Hours:
[more details](https://twitter.com/ink_lang/status/1641103674561929216).
[more details](https://x.com/ink_lang/status/1641103674561929216).
We will talk a bit about what is currently going on and answer questions.

The idea is to have this as a regular event, we target the first Wednesday of each month.
Expand All @@ -19,4 +19,4 @@ The idea is to have this as a regular event, we target the first Wednesday of ea

Astar is launching ink! support on their mainnet.
You can read more about the Wasm launch day
[here](https://twitter.com/AstarNetwork/status/1640352674611884033).
[here](https://x.com/AstarNetwork/status/1640352674611884033).
2 changes: 1 addition & 1 deletion docs/monthly-update/2022/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ There's a lot on the horizon and we're enthusiastic about the rest of this year!
## Spanish Twitter Space 🐦

[Hernando](https://github.com/hcastano) was a guest at the spanish Polkadot
Twitter Space. The space has been recorded: https://twitter.com/i/spaces/1MnGnkgmNdBJO.
Twitter Space. The space has been recorded: https://x.com/i/spaces/1MnGnkgmNdBJO.

## StackExchange Public Beta

Expand Down
1 change: 1 addition & 0 deletions docs/monthly-update/2022/05.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ a curated list of awesome projects related to ink!.

## Playground 🕹

<!-- markdown-link-check-disable-next-line -->
The ink! playground has been published at https://ink-playground.substrate.io!

It's handy for a couple of things. For example:
Expand Down
4 changes: 2 additions & 2 deletions docs/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://x.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 Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ There's a lot on the horizon and we're enthusiastic about the rest of this year!
## Spanish Twitter Space 🐦

[Hernando](https://github.com/hcastano) was a guest at the spanish Polkadot
Twitter Space. The space has been recorded: https://twitter.com/i/spaces/1MnGnkgmNdBJO.
Twitter Space. The space has been recorded: https://x.com/i/spaces/1MnGnkgmNdBJO.

## StackExchange Public Beta

Expand Down
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://x.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 Down
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
4 changes: 2 additions & 2 deletions versioned_docs/version-5.x/intro/upcoming-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: /upcoming-events
### April 5, 2023 | Office Hours

We will be having the first ever ink! Office Hours:
[more details](https://twitter.com/ink_lang/status/1641103674561929216).
[more details](https://x.com/ink_lang/status/1641103674561929216).
We will talk a bit about what is currently going on and answer questions.

The idea is to have this as a regular event, we target the first Wednesday of each month.
Expand All @@ -19,4 +19,4 @@ The idea is to have this as a regular event, we target the first Wednesday of ea

Astar is launching ink! support on their mainnet.
You can read more about the Wasm launch day
[here](https://twitter.com/AstarNetwork/status/1640352674611884033).
[here](https://x.com/AstarNetwork/status/1640352674611884033).
2 changes: 1 addition & 1 deletion versioned_docs/version-5.x/monthly-update/2022/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ There's a lot on the horizon and we're enthusiastic about the rest of this year!
## Spanish Twitter Space 🐦

[Hernando](https://github.com/hcastano) was a guest at the spanish Polkadot
Twitter Space. The space has been recorded: https://twitter.com/i/spaces/1MnGnkgmNdBJO.
Twitter Space. The space has been recorded: https://x.com/i/spaces/1MnGnkgmNdBJO.

## StackExchange Public Beta

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://x.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