Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0037138

Browse files
committed
update gh-pages config and link
1 parent f2134f3 commit 0037138

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

token/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A TypeScript library for interacting with the SPL Token program.
44

55
## Links
66

7-
- [TypeScript Docs](...)
7+
- [TypeScript Docs](https://solana-labs.github.io/solana-program-library/token/docs)
88
- [FAQ (Frequently Asked Questions)](./FAQ.md)
99
- [Install](#install)
1010
- [Usage](#usage)

token/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"clean": "shx rm -rf lib",
3030
"build": "yarn clean && tsc -p tsconfig.json; tsc-esm -p tsconfig.json && tsc -p tsconfig.cjs.json",
3131
"postbuild": "echo '{\"type\":\"commonjs\"}' > lib/cjs/package.json && echo '{\"type\":\"module\"}' > lib/esm/package.json",
32-
"deploy": "yarn docs && gh-pages --dist docs --dotfiles",
32+
"deploy": "yarn docs && gh-pages --dist token --dotfiles",
3333
"example": "node --experimental-specifier-resolution=node --loader ts-node/esm examples/create_mint_and_transfer_tokens.ts",
3434
"test": "yarn test:unit && yarn test:e2e-built && yarn test:e2e-native",
3535
"test:unit": "mocha test/unit",

0 commit comments

Comments
 (0)