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

Commit b5d7551

Browse files
authored
(docs) Fix broken links (#2424)
* Fix docs file link * Fix file
1 parent 45f6892 commit b5d7551

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/token-swap.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The Token Swap Program's source is available on
5252
## Interface
5353

5454
[JavaScript
55-
bindings](https://github.com/solana-labs/solana-program-library/blob/master/token-swap/js/client/token-swap.js)
55+
bindings](https://github.com/solana-labs/solana-program-library/blob/master/token-swap/js/src/index.ts)
5656
are available that support loading the Token Swap Program on to a chain and
5757
issuing instructions.
5858

@@ -63,7 +63,7 @@ Example user interface built and maintained by Serum team is available
6363

6464
The following explains the instructions available in the Token Swap Program.
6565
Note that each instruction has a simple code example that can be found in the
66-
[end-to-end tests](https://github.com/solana-labs/solana-program-library/blob/master/token-swap/js/cli/token-swap-test.js).
66+
[end-to-end tests](https://github.com/solana-labs/solana-program-library/blob/master/token-swap/js/cli/token-swap-test.ts).
6767

6868
### Creating a new token swap pool
6969

0 commit comments

Comments
 (0)