Skip to content

Commit b0a6cdb

Browse files
committed
docs(defi/clob): fix Solana terminology URL
Canonical URL is solana.com/docs/references/terminology, not solana.com/docs/terminology (which redirects).
1 parent 446013a commit b0a6cdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

defi/clob/anchor/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This README is a teaching document. Every term specific to the program
1919
— order book, bid/ask, maker/taker, tick size, unsettled balance — is
2020
defined inline when it first appears. Solana-level terminology
2121
(account, PDA, CPI, bump, discriminator) is defined at
22-
<https://solana.com/docs/terminology>.
22+
<https://solana.com/docs/references/terminology>.
2323

2424
If you already know what an order book, a limit order, and a taker fee
2525
are, skip to [Accounts and PDAs](#2-accounts-and-pdas) or
@@ -139,7 +139,7 @@ everything above describes the program mechanically.
139139
- **No circuit breakers, no oracles, no price bands.**
140140

141141
Solana terminology (account, PDA, CPI, bump, discriminator, signer,
142-
lamport, ATA) is defined at <https://solana.com/docs/terminology>.
142+
lamport, ATA) is defined at <https://solana.com/docs/references/terminology>.
143143
Terms specific to this program are explained inline when they first
144144
appear; a few extra definitions appear below where useful.
145145

0 commit comments

Comments
 (0)