Skip to content

Commit

Permalink
Merge #4919
Browse files Browse the repository at this point in the history
4919: Replace URLs with CasperLabs/... to casper-network/... r=igor-casper a=igor-casper

This PR replaces all casperlabs urls with casper-network urls across toml/md files and comments.

Co-authored-by: igor-casper <[email protected]>
  • Loading branch information
casperlabs-bors-ng[bot] and igor-casper authored Oct 21, 2024
2 parents b875b1e + 959905f commit 7750e81
Show file tree
Hide file tree
Showing 14 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion binary_port/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Types for the casper node binary port"
documentation = "https://docs.rs/casper-binary-port"
readme = "README.md"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/binary_port"
repository = "https://github.com/casper-network/casper-node/tree/master/binary_port"
license = "Apache-2.0"
exclude = ["proptest-regressions"]

Expand Down
2 changes: 1 addition & 1 deletion binary_port/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-hashing)](https://crates.io/crates/casper-binary-port)
[![Documentation](https://docs.rs/casper-hashing/badge.svg)](https://docs.rs/casper-binary-port)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

Types for the binary port on a casper network node.

Expand Down
2 changes: 1 addition & 1 deletion ci/build_update_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ readme="$BIN_DIR/README.md"
{
echo "Build for Ubuntu 18.04."
echo ""
echo "To run on other platforms, build from https://github.com/CasperLabs/casper-node"
echo "To run on other platforms, build from https://github.com/casper-network/casper-node"
echo " cd node"
echo " cargo build --release"
echo ""
Expand Down
2 changes: 1 addition & 1 deletion execution_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Casper execution engine crates."
readme = "README.md"
documentation = "https://docs.rs/casper-execution-engine"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/execution_engine"
repository = "https://github.com/casper-network/casper-node/tree/master/execution_engine"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion execution_engine_testing/test_support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Library to support testing of Wasm smart contracts for use on the
documentation = "https://docs.rs/casper-engine-test-support"
readme = "README.md"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/execution_engine_testing/test_support"
repository = "https://github.com/casper-network/casper-node/tree/master/execution_engine_testing/test_support"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "The Casper blockchain node"
documentation = "https://docs.rs/casper-node"
readme = "README.md"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/node"
repository = "https://github.com/casper-network/casper-node/tree/master/node"
license = "Apache-2.0"
default-run = "casper-node"
exclude = ["proptest-regressions"]
Expand Down
2 changes: 1 addition & 1 deletion node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-node)](https://crates.io/crates/casper-node)
[![Documentation](https://docs.rs/casper-node/badge.svg)](https://docs.rs/casper-node)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

The component for running a node on the casper network.

Expand Down
2 changes: 1 addition & 1 deletion smart_contracts/contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "A library for developing Casper network smart contracts."
readme = "README.md"
documentation = "https://docs.rs/casper-contract"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/smart_contracts/contract"
repository = "https://github.com/casper-network/casper-node/tree/master/smart_contracts/contract"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion smart_contracts/contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[![Crates.io](https://img.shields.io/crates/v/casper-contract)](https://crates.io/crates/casper-contract)
[![Documentation](https://docs.rs/casper-contract/badge.svg)](https://docs.rs/casper-contract)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

A library for developing Casper network smart contracts.

Expand Down
2 changes: 1 addition & 1 deletion storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description = "Storage for a node on the Casper network."
readme = "README.md"
documentation = "https://docs.rs/casper-storage"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/storage"
repository = "https://github.com/casper-network/casper-node/tree/master/storage"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-hashing)](https://crates.io/crates/casper-storage)
[![Documentation](https://docs.rs/casper-hashing/badge.svg)](https://docs.rs/casper-storage)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

A library providing storage functionality for Casper nodes.

Expand Down
4 changes: 2 additions & 2 deletions storage/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

#![doc(html_root_url = "https://docs.rs/casper-storage/2.0.0")]
#![doc(
html_favicon_url = "https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Favicon_RGB_50px.png",
html_logo_url = "https://raw.githubusercontent.com/CasperLabs/casper-node/master/images/CasperLabs_Logo_Symbol_RGB.png"
html_favicon_url = "https://raw.githubusercontent.com/casper-network/casper-node/master/images/CasperLabs_Logo_Favicon_RGB_50px.png",
html_logo_url = "https://raw.githubusercontent.com/casper-network/casper-node/master/images/CasperLabs_Logo_Symbol_RGB.png"
)]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
#![warn(missing_docs)]
Expand Down
2 changes: 1 addition & 1 deletion types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description = "Types shared by many casper crates for use on the Casper network.
readme = "README.md"
documentation = "https://docs.rs/casper-types"
homepage = "https://casperlabs.io"
repository = "https://github.com/CasperLabs/casper-node/tree/master/types"
repository = "https://github.com/casper-network/casper-node/tree/master/types"
license = "Apache-2.0"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Build Status](https://drone-auto-casper-network.casperlabs.io/api/badges/casper-network/casper-node/status.svg?branch=dev)](http://drone-auto-casper-network.casperlabs.io/casper-network/casper-node)
[![Crates.io](https://img.shields.io/crates/v/casper-types)](https://crates.io/crates/casper-types)
[![Documentation](https://docs.rs/casper-types/badge.svg)](https://docs.rs/casper-types)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/CasperLabs/casper-node/blob/master/LICENSE)
[![License](https://img.shields.io/badge/license-Apache-blue)](https://github.com/casper-network/casper-node/blob/master/LICENSE)

Types shared by many casper crates for use on the Casper network.

Expand Down

0 comments on commit 7750e81

Please sign in to comment.