From 959905f467ff6781593e0bde9af5bcd68aa42815 Mon Sep 17 00:00:00 2001 From: igor-casper Date: Thu, 17 Oct 2024 16:42:33 +0200 Subject: [PATCH] replace CasperLabs urls with casper-network urls --- binary_port/Cargo.toml | 2 +- binary_port/README.md | 2 +- ci/build_update_package.sh | 2 +- execution_engine/Cargo.toml | 2 +- execution_engine_testing/test_support/Cargo.toml | 2 +- node/Cargo.toml | 2 +- node/README.md | 2 +- smart_contracts/contract/Cargo.toml | 2 +- smart_contracts/contract/README.md | 2 +- storage/Cargo.toml | 2 +- storage/README.md | 2 +- storage/src/lib.rs | 4 ++-- types/Cargo.toml | 2 +- types/README.md | 2 +- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/binary_port/Cargo.toml b/binary_port/Cargo.toml index afbeb65714..4f8940b532 100644 --- a/binary_port/Cargo.toml +++ b/binary_port/Cargo.toml @@ -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"] diff --git a/binary_port/README.md b/binary_port/README.md index 80099cc02b..af573314f2 100644 --- a/binary_port/README.md +++ b/binary_port/README.md @@ -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. diff --git a/ci/build_update_package.sh b/ci/build_update_package.sh index 314b378743..f5fd82944a 100755 --- a/ci/build_update_package.sh +++ b/ci/build_update_package.sh @@ -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 "" diff --git a/execution_engine/Cargo.toml b/execution_engine/Cargo.toml index dedfcc862d..43d37635c9 100644 --- a/execution_engine/Cargo.toml +++ b/execution_engine/Cargo.toml @@ -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] diff --git a/execution_engine_testing/test_support/Cargo.toml b/execution_engine_testing/test_support/Cargo.toml index 2f320b8c30..b50ffee95c 100644 --- a/execution_engine_testing/test_support/Cargo.toml +++ b/execution_engine_testing/test_support/Cargo.toml @@ -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] diff --git a/node/Cargo.toml b/node/Cargo.toml index 2b2b1f1e30..96a82cebe9 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -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"] diff --git a/node/README.md b/node/README.md index f28055a03c..aab5c1d4a1 100644 --- a/node/README.md +++ b/node/README.md @@ -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. diff --git a/smart_contracts/contract/Cargo.toml b/smart_contracts/contract/Cargo.toml index 793607ebc2..80190cfe9f 100644 --- a/smart_contracts/contract/Cargo.toml +++ b/smart_contracts/contract/Cargo.toml @@ -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] diff --git a/smart_contracts/contract/README.md b/smart_contracts/contract/README.md index fd842e4882..5542dcd661 100644 --- a/smart_contracts/contract/README.md +++ b/smart_contracts/contract/README.md @@ -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. diff --git a/storage/Cargo.toml b/storage/Cargo.toml index 6843b8da66..fd1da7147c 100644 --- a/storage/Cargo.toml +++ b/storage/Cargo.toml @@ -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] diff --git a/storage/README.md b/storage/README.md index cbcd18a26a..0b7acf4c96 100644 --- a/storage/README.md +++ b/storage/README.md @@ -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. diff --git a/storage/src/lib.rs b/storage/src/lib.rs index 6e67e41a27..cd180a895b 100644 --- a/storage/src/lib.rs +++ b/storage/src/lib.rs @@ -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)] diff --git a/types/Cargo.toml b/types/Cargo.toml index a799befa54..1db7598bb8 100644 --- a/types/Cargo.toml +++ b/types/Cargo.toml @@ -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] diff --git a/types/README.md b/types/README.md index 46f14ea228..5a95924a6a 100644 --- a/types/README.md +++ b/types/README.md @@ -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.