Skip to content

Commit

Permalink
fix: address link-check failure for supercolony (#272)
Browse files Browse the repository at this point in the history
Outdated links are causing `markdown-link-check`
check to fail during pull request checks.

Description
===========
`Old link`: https://supercolony.net/ (404 webpage)
`Replaced by`: https://github.com/Supercolony-net

Impact
======
This PR fixes failure associated with Supercolony link.

Co-authored-by: Michael Müller <[email protected]>
  • Loading branch information
0xf333 and Michael Müller authored Jan 18, 2024
1 parent 92e53c4 commit 45670bd
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/monthly-update/2022/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ User ---- tx ---> Proxy ----------> Implementation_v0
```

This required some work in both `pallet-contracts` and ink!. Shoutout to the team over
at Supercolonyfor driving the development here!
at [Supercolony](https://github.com/Supercolony-net) for driving the development here!

We now have two example contracts for writing upgradeable contracts in ink!.
[See here](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts)
Expand Down
2 changes: 1 addition & 1 deletion docs/monthly-update/2022/07.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ process:

## 📺 Wasm Conference 2022 Recordings

In May, the SuperColony team organized
In May, the [SuperColony team](https://github.com/Supercolony-net) organized
a conference on WebAssembly smart contracts in Polkadot.

[Alex](https://github.com/athei) and [Michi](https://github.com/cmichi)
Expand Down
2 changes: 1 addition & 1 deletion docs/third-party-tools/openbrush.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /getting-started/use-openbrush
---

[OpenBrush] is a library for smart contract development on ink! maintained by the
[Brushfam](https://brushfam.io) team.
[Brushfam](https://github.com/Supercolony-net) team.

It provides standard contracts based on [Polkadot Standard Proposals (PSPs)](https://github.com/w3f/PSPs),
as well as higher-level contracts and Rust macros that generate ink! code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: OpenBrush
slug: /getting-started/use-openbrush
---

[OpenBrush] es una librería para el desarrollo de contratos inteligentes en ink! mantenida por el equipo de [Brushfam](https://brushfam.io/).
[OpenBrush] es una librería para el desarrollo de contratos inteligentes en ink! mantenida por el equipo de [Brushfam](https://github.com/Supercolony-net/).

Proporciona contratos estándar basados en las [Propuestas Estándar de Polkadot (PSPs)](https://github.com/w3f/PSPs), así como contratos de más alto nivel y macros de Rust que generan código de ink!.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ User ---- tx ---> Proxy ----------> Implementation_v0
```

This required some work in both `pallet-contracts` and ink!. Shoutout to the team over
at Supercolonyfor driving the development here!
at [Supercolony](https://github.com/Supercolony-net) for driving the development here!

We now have two example contracts for writing upgradeable contracts in ink!.
[See here](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ process:

## 📺 Wasm Conference 2022 Recordings

In May, the SuperColony team organized
In May, the [SuperColony team](https://github.com/Supercolony-net) organized
a conference on WebAssembly smart contracts in Polkadot.

[Alex](https://github.com/athei) and [Michi](https://github.com/cmichi)
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.x/third-party-tools/openbrush.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ slug: /getting-started/openbrush
---

[OpenBrush] is a library for smart contract development on ink! maintained by the
[Brushfam](https://brushfam.io) team.
[Brushfam](https://github.com/Supercolony-net) team.

It provides standard contracts based on [PSPs], as well as useful contracts and Rust macros to help you build ink! smart contracts.

Expand Down

0 comments on commit 45670bd

Please sign in to comment.