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
+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.