diff --git a/src/validate/process.rs b/src/validate/process.rs index 65fa394c..7ca88603 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/core-candy-machine/preparing-assets for the collection file requirements \ if you want a collection to be set automatically." ) .italic()