chore: fix broken doc links

This commit is contained in:
Justin Starry
2020-03-29 22:01:01 +08:00
committed by Michael Vines
parent 02f26b8db5
commit 7184fd79f6
2 changed files with 4 additions and 4 deletions

View File

@ -30,7 +30,7 @@
# Solana JavaScript API # 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/) [Latest API Documentation](https://solana-labs.github.io/solana-web3.js/)

View File

@ -148,7 +148,7 @@ type VoteAccountStatus = {
/** /**
* Network Inflation parameters * 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 * @typedef {Object} Inflation
* @property {number} foundation * @property {number} foundation
@ -169,7 +169,7 @@ const GetInflationResult = struct({
/** /**
* EpochInfo parameters * EpochInfo parameters
* (see https://docs.solana.com/book/v/master/terminology#epoch) * (see https://docs.solana.com/terminology#epoch)
* *
* @typedef {Object} EpochInfo * @typedef {Object} EpochInfo
* @property {number} epoch * @property {number} epoch
@ -186,7 +186,7 @@ const GetEpochInfoResult = struct({
/** /**
* EpochSchedule parameters * EpochSchedule parameters
* (see https://docs.solana.com/book/v/master/terminology#epoch) * (see https://docs.solana.com/terminology#epoch)
* *
* @typedef {Object} EpochSchedule * @typedef {Object} EpochSchedule
* @property {number} slots_per_epoch * @property {number} slots_per_epoch