Skip to content

Commit 8cd2c38

Browse files
Update link
1 parent b103d51 commit 8cd2c38

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "wavesplatform"
33
version = "0.2.4"
44
authors = ["peterz <peterz@rambler.ru>", "DEADBLACKCLOVER <deadblackclover@protonmail.com>"]
5-
description = "Library to work with Waves blockchain (https://wavesplatform.com)"
5+
description = "Library to work with Waves blockchain (https://waves.tech/)"
66
edition = "2018"
77
license = "MIT"
88
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![crates.io](https://img.shields.io/crates/v/wavesplatform.svg)
44
![docs.rs](https://docs.rs/wavesplatform/badge.svg)
55

6-
Library to work with [Waves blockchain](https://wavesplatform.com)
6+
Library to work with [Waves blockchain](https://waves.tech/)
77

88
# Usage
99
```rust

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
)]
55
//! wavesplatform
66
//!
7-
//! Library to work with Waves blockchain (https://wavesplatform.com).
7+
//! Library to work with Waves blockchain (https://waves.tech/).
88
//!
99
//! Supports offline transaction signing and creating addresses and keys.
1010
//!

0 commit comments

Comments
 (0)