diff --git a/Cargo.toml b/Cargo.toml index efbef567..c951ef0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "Apache-2.0" name = "sugar-cli" repository = "https://github.com/metaplex-foundation/sugar" -version = "2.7.2" +version = "2.8.1" [[bin]] name = "sugar" diff --git a/src/validate/process.rs b/src/validate/process.rs index 65fa394c..b2709daa 100644 --- a/src/validate/process.rs +++ b/src/validate/process.rs @@ -47,7 +47,7 @@ pub fn process_validate(args: ValidateArgs) -> Result<()> { "\n{}\n{}\n", style(warning).bold().yellow(), style( - "Check https://docs.metaplex.com/developer-tools/sugar/guides/preparing-assets for the collection file requirements \ + "Check https://developers.metaplex.com/candy-machine/guides/create-an-nft-collection-on-solana-with-candy-machine#collection-details for the collection file requirements \ if you want a collection to be set automatically." ) .italic()