Fix example link (#252)

This commit is contained in:
lpeace 2021-09-03 00:10:44 +09:00 committed by GitHub
parent c09c96e58c
commit 9d9d9d93b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ The Token Metadata Program's source is available on
[github](https://github.com/metaplex-foundation/metaplex)
There is also an example Rust client located at
[github](https://github.com/metaplex-foundation/metaplex/tree/master/token_metadata/test/src/main.rs)
[github](https://github.com/metaplex-foundation/metaplex/tree/master/rust/token-metadata/test/src/main.rs)
that can be perused for learning and run if desired with `cargo run --bin spl-token-metadata-test-client`. It allows testing out a variety of scenarios.
## Interface