chore: fix broken doc links
This commit is contained in:
parent
02f26b8db5
commit
7184fd79f6
|
@ -30,7 +30,7 @@
|
|||
|
||||
# Solana JavaScript API
|
||||
|
||||
This is the Solana Javascript API built on the Solana [JSON RPC API](https://docs.solana.com/book/api-reference/jsonrpc-api)
|
||||
This is the Solana Javascript API built on the Solana [JSON RPC API](https://docs.solana.com/apps/jsonrpc-api)
|
||||
|
||||
[Latest API Documentation](https://solana-labs.github.io/solana-web3.js/)
|
||||
|
||||
|
|
|
@ -148,7 +148,7 @@ type VoteAccountStatus = {
|
|||
|
||||
/**
|
||||
* Network Inflation parameters
|
||||
* (see https://docs.solana.com/book/v/master/implemented-proposals/ed_overview)
|
||||
* (see https://docs.solana.com/implemented-proposals/ed_overview)
|
||||
*
|
||||
* @typedef {Object} Inflation
|
||||
* @property {number} foundation
|
||||
|
@ -169,7 +169,7 @@ const GetInflationResult = struct({
|
|||
|
||||
/**
|
||||
* EpochInfo parameters
|
||||
* (see https://docs.solana.com/book/v/master/terminology#epoch)
|
||||
* (see https://docs.solana.com/terminology#epoch)
|
||||
*
|
||||
* @typedef {Object} EpochInfo
|
||||
* @property {number} epoch
|
||||
|
@ -186,7 +186,7 @@ const GetEpochInfoResult = struct({
|
|||
|
||||
/**
|
||||
* EpochSchedule parameters
|
||||
* (see https://docs.solana.com/book/v/master/terminology#epoch)
|
||||
* (see https://docs.solana.com/terminology#epoch)
|
||||
*
|
||||
* @typedef {Object} EpochSchedule
|
||||
* @property {number} slots_per_epoch
|
||||
|
|
Loading…
Reference in New Issue