metaplex-foundation / js

A JavaScript SDK for interacting with Metaplex's programs
357 stars 182 forks source link

Documentation broken link #245

Closed Mayzz03 closed 2 years ago

Mayzz03 commented 2 years ago

The link to the createNft parametters list is broken.

https://github.com/metaplex-foundation/js/blob/main/packages/js/src/plugins/nftModule/createNft.ts

theInfiniteWill commented 2 years ago

Correct link is https://github.com/metaplex-foundation/js/blob/main/packages/js/src/plugins/nftModule/NftClient.ts

ninnjak commented 2 years ago

I believe this is actually the correct link, same file just refactored folder structure:

https://github.com/metaplex-foundation/js/blob/main/packages/js/src/plugins/nftModule/operations/createNft.ts

lorisleiva commented 2 years ago

I'm currently working on API references generated by typedoc.

I'll update docs with these links instead but here's an example for nfts().create():

https://metaplex-foundation.github.io/js/classes/js.NftClient.html#create