update links to ink! (#13819)

This commit is contained in:
Sasha Gryaznov
2023-04-05 07:34:42 +03:00
committed by GitHub
parent 36957d6760
commit d3f5c70dde
4 changed files with 6 additions and 6 deletions
@@ -66,8 +66,8 @@
//!
//! # Example
//!
//! The ink! repository maintains an
//! [end-to-end example](https://github.com/paritytech/ink/tree/master/examples/rand-extension)
//! The ink-examples repository maintains an
//! [end-to-end example](https://github.com/paritytech/ink-examples/tree/main/rand-extension)
//! on how to use a chain extension in order to provide new features to ink! contracts.
use crate::{
+1 -1
View File
@@ -76,7 +76,7 @@
//! The Contract module is a work in progress. The following examples show how this Contract module
//! can be used to instantiate and call contracts.
//!
//! * [`ink`](https://github.com/paritytech/ink) is
//! * [`ink!`](https://use.ink) is
//! an [`eDSL`](https://wiki.haskell.org/Embedded_domain_specific_language) that enables writing
//! WebAssembly based smart contracts in the Rust programming language.