Skip to content

Commit 0cd2b89

Browse files
authored
chore: update links and references to Use Ink (#2248)
* chore: update refs to use-ink * docs: update SECURITY.md and README.md * chore: update toml keywords * chore: update CHANGELOG.md
1 parent 0868f5e commit 0cd2b89

File tree

77 files changed

+86
-91
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+86
-91
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions

CODE_OF_CONDUCT.adoc

Lines changed: 1 addition & 1 deletion

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ exclude = [
2323
]
2424

2525
[workspace.package]
26-
authors = ["Use Ink <ink@r0gue.io>"]
26+
authors = ["Use Ink <ink@use.ink>"]
2727
categories = ["no-std", "embedded"]
2828
edition = "2021"
29-
homepage = "https://www.parity.io/"
30-
keywords = ["wasm", "parity", "webassembly", "blockchain", "edsl"]
29+
homepage = "https://use.ink"
30+
keywords = ["wasm", "ink", "webassembly", "blockchain", "edsl"]
3131
license = "Apache-2.0"
3232
repository = "https://github.com/use-ink/ink"
3333
version = "5.0.0"

README.md

Lines changed: 2 additions & 3 deletions

SECURITY.md

Lines changed: 1 addition & 5 deletions

crates/allocator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ink_allocator"
33
version.workspace = true
4-
authors = ["Use Ink <ink@r0gue.io>"]
4+
authors = ["Use Ink <ink@use.ink>"]
55
edition.workspace = true
66

77
license.workspace = true

crates/e2e/sandbox/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ink_sandbox"
33
version = "5.0.0"
4-
authors = ["Use Ink <ink@r0gue.io>", "Cardinal Cryptography"]
4+
authors = ["Use Ink <ink@use.ink>", "Cardinal Cryptography"]
55
edition.workspace = true
66
license.workspace = true
77
description = "Sandbox runtime environment for ink! e2e tests"

crates/engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ink_engine"
33
version.workspace = true
4-
authors = ["Use Ink <ink@r0gue.io>"]
4+
authors = ["Use Ink <ink@use.ink>"]
55
edition.workspace = true
66

77
license.workspace = true

crates/env/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "ink_env"
33
version.workspace = true
4-
authors = ["Use Ink <ink@r0gue.io>"]
4+
authors = ["Use Ink <ink@use.ink>"]
55
edition.workspace = true
66
rust-version = "1.68"
77

crates/env/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ where
844844
/// enum.
845845
///
846846
/// For more details consult
847-
/// [host function documentation](https://use-ink.github.io/substrate/master/pallet_contracts/api_doc/trait.Current.html#tymethod.call_runtime).
847+
/// [host function documentation](https://paritytech.github.io/substrate/master/pallet_contracts/api_doc/trait.Current.html#tymethod.call_runtime).
848848
///
849849
/// # Errors
850850
///

0 commit comments

Comments
 (0)