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

Commit 44d9f15

Browse files
Bhaney44joncinque
andauthored
Update README.md (#3652)
* Update README.md * Update README.md Co-authored-by: Jon Cinque <[email protected]> Co-authored-by: Jon Cinque <[email protected]>
1 parent c318603 commit 44d9f15

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ solana-runtime, and deployed to its mainnet. As others implement Sealevel, we
1414
will graciously accept patches to ensure the programs here are portable across
1515
all implementations.
1616

17-
Full documentation is available at https://spl.solana.com
18-
TypeDocs: https://solana-labs.github.io/solana-program-library/token/js/
17+
For more information see the [SPL documentation](https://spl.solana.com) and the [Token TypeDocs](https://solana-labs.github.io/solana-program-library/token/js/).
18+
1919

2020
## Development
2121

2222
### Environment Setup
2323

24-
1. Install the latest Solana tools from from https://docs.solana.com/cli/install-solana-cli-tools.
25-
2. Install the latest Rust stable from https://rustup.rs/. If you already have Rust, run `rustup update` to get the latest version.
24+
1. Install the latest [Solana tools](https://docs.solana.com/cli/install-solana-cli-tools).
25+
2. Install the latest [Rust stable](https://rustup.rs/). If you already have Rust, run `rustup update` to get the latest version.
2626
3. Install the `libudev` development package for your distribution (`libudev-dev` on Debian-derived distros, `libudev-devel` on Redhat-derived).
2727

2828
### Build

0 commit comments

Comments
 (0)