Skip to content

Commit 3b7405f

Browse files
committed
fix: update solana docs url
1 parent 49c4050 commit 3b7405f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.changeset/tricky-apes-beg.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'create-solana-dapp': patch
3+
---
4+
5+
update solana docs url

src/utils/get-version-urls.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const urls: Record<VersionCommand, VersionUrls> = {
1515
update: 'https://www.anchor-lang.com/release-notes/{required}',
1616
},
1717
solana: {
18-
install: 'https://docs.solana.com/cli/install-solana-cli-tools',
18+
install: 'https://solana.com/docs/intro/installation',
1919
},
2020
}
2121

0 commit comments

Comments
 (0)