Skip to content

Commit

Permalink
Merge pull request #105 from ACStoneCL/49_Update_Client_Branding
Browse files Browse the repository at this point in the history
49 Branding Updates
  • Loading branch information
ACStone-MTS authored Sep 21, 2023
2 parents dd9ed54 + df123c9 commit 22f9df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ assets = [["./target/release/casper-client", "/usr/bin/casper-client", "755"], ]
extended-description = """
Package for Casper Client to connect to Casper Node.
For information on using package, see https://github.com/CasperLabs/casper-node
For information on using package, see https://github.com/casper-network/casper-node
"""

[package.metadata.deb.variants.bionic]
Expand Down
4 changes: 2 additions & 2 deletions lib/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
#![doc(
html_root_url = "https://docs.rs/casper-client/2.0.0",
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/blob/dev/images/Casper_Logo_Favicon_48.png",
html_logo_url = "https://raw.githubusercontent.com/casper-network/casper-node/blob/dev/images/Casper_Logo_Favicon.png",
test(attr(forbid(warnings)))
)]
#![warn(
Expand Down

0 comments on commit 22f9df3

Please sign in to comment.