Skip to content

Commit

Permalink
fix: address link-check failure for supercolony
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://brushfam.io

Impact
======
This PR fixes failure associated with Supercolony link.
  • Loading branch information
0xf333 committed Aug 31, 2023
1 parent a0d3dac commit aef0b68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 [Supercolony](https://supercolony.net/) for driving the development here!
at [Supercolony](https://brushfam.io) 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](https://supercolony.net/) organized
In May, the [SuperColony team](https://brushfam.io) organized
a conference on WebAssembly smart contracts in Polkadot.

[Alex](https://github.com/athei) and [Michi](https://github.com/cmichi)
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 [Supercolony](https://supercolony.net/) for driving the development here!
at [Supercolony](https://brushfam.io) 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](https://supercolony.net/) organized
In May, the [SuperColony team](https://brushfam.io) organized
a conference on WebAssembly smart contracts in Polkadot.

[Alex](https://github.com/athei) and [Michi](https://github.com/cmichi)
Expand Down

0 comments on commit aef0b68

Please sign in to comment.