Skip to content

Commit

Permalink
fix broken link (#492)
Browse files Browse the repository at this point in the history
* fix broken link

* use correct link

* push sugar version

---------

Co-authored-by: MarkSackerberg <[email protected]>
  • Loading branch information
21e8 and MarkSackerberg authored Dec 6, 2024
1 parent 41879c2 commit ab4bd70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/validate/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit ab4bd70

Please sign in to comment.