Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion docs/basics/upgradeability.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,4 +235,4 @@ for more details.
## Examples

Examples of upgradable contracts can be found in the
[ink! repository](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts).
[ink! repository](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts).
4 changes: 2 additions & 2 deletions docs/examples/contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Some of the most interesting ones:

<div className="row">
<div className="col text--center">
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<p>
An upgradeable contract.<br/>
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts">
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts">
» view example
</a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -237,10 +237,10 @@ hide_table_of_contents: false

<div className="row">
<div className="col text--center">
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<p>
An upgradeable contract.<br/>
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts">
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts">
» view example
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/monthly-update/2022/03.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This required some work in both `pallet-contracts` and ink!. Shoutout to the tea
at [Supercolony](https://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)
[See here](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts)
for a deeper explanation.

## Workshop & Talk at EthDenver
Expand Down
2 changes: 1 addition & 1 deletion docs/monthly-update/2022/04.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /monthly-update/2022/04

For ink! we released [v3.0.1](https://github.com/paritytech/ink/releases/tag/v3.0.1) with
minor bugfixes. Besides that we made a number of improvements to our examples ‒ mostly to
our [upgradeable contracts examples](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts).
our [upgradeable contracts examples](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts).

For [`cargo-contract`](https://github.com/paritytech/cargo-contract) we released
[v1.1.1](https://github.com/paritytech/cargo-contract/releases/tag/v1.1.1) and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,4 +232,4 @@ para más detaller.
## Ejemplos

Puedes ver ejemplos de actualizaciones de contratos en el
[repositorio ink!](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts).
[repositorio ink!](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts).
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ Algunos de los más interesantes son:

<div className="row">
<div className="col text--center">
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<p>
Un contrato actualizable.<br/>
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts">
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts">
» ver ejemplo
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ hide_table_of_contents: false

<div className="row">
<div className="col text--center">
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<p>
Un contrato actualizable.<br/>
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts">
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts">
» ver ejemplo
</a>
</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ for more details.
## Examples

Examples of upgradable contracts can be found in the
[ink! repository](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts)
[ink! repository](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts)
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ This required some work in both `pallet-contracts` and ink!. Shoutout to the tea
at [Supercolony](https://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)
[See here](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts)
for a deeper explanation.

## Workshop & Talk at EthDenver
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slug: /monthly-update/2022/04

For ink! we released [v3.0.1](https://github.com/paritytech/ink/releases/tag/v3.0.1) with
minor bugfixes. Besides that we made a number of improvements to our examples ‒ mostly to
our [upgradeable contracts examples](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts).
our [upgradeable contracts examples](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts).

For [`cargo-contract`](https://github.com/paritytech/cargo-contract) we released
[v1.1.1](https://github.com/paritytech/cargo-contract/releases/tag/v1.1.1) and
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.x/basics/upgradeability.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,4 +230,4 @@ for more details.
## Examples

Examples of upgradable contracts can be found in the
[ink! repository](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts)
[ink! repository](https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts)
4 changes: 2 additions & 2 deletions versioned_docs/version-3.x/intro/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ hide_table_of_contents: false

<div className="row">
<div className="col text--center">
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts"><img src="/img/icons/upgradable.svg" width="100" /></a>
<p>
An upgradeable contract.<br/>
<a href="https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts">
<a href="https://github.com/paritytech/ink/tree/master/integration-tests/upgradeable-contracts">
» view example
</a>
</p>
Expand Down