Skip to content

Commit

Permalink
Merge pull request #1261 from LimeChain/update-broken-links
Browse files Browse the repository at this point in the history
Update broken links
  • Loading branch information
gtsonevv authored Jan 19, 2024
2 parents 3745d72 + 7ad65a3 commit 797714b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions docs/README_TYPEDOC.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/accounts/src/account_2fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ export class Account2FA extends AccountMultisig {
/**
* This method converts LAKs back to FAKs, clears state and deploys an 'empty' contract (contractBytes param)
* @param [contractBytes]{@link https://github.com/near/near-wallet/blob/master/packages/frontend/src/wasm/main.wasm?raw=true}
* @param [cleanupContractBytes]{@link https://github.com/near/core-contracts/blob/master/state-cleanup/res/state_cleanup.wasm?raw=true}
* @param [cleanupContractBytes]{@link https://github.com/near/core-contracts/blob/master/state-manipulation/res/state_cleanup.wasm?raw=true}
*/
async disable(contractBytes: Uint8Array, cleanupContractBytes: Uint8Array) {
const { stateStatus } = await this.checkMultisigCodeAndStateStatus();
Expand Down
4 changes: 2 additions & 2 deletions packages/signers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ A collection of classes and types to facilitate cryptographic signing.

## Modules

- [Signer](https://github.com/near/near-api-js/blob/master/packages/signer/src/ssigner.ts) abstract class for cryptographic signing
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signer/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys
- [Signer](https://github.com/near/near-api-js/blob/master/packages/signers/src/signer.ts) abstract class for cryptographic signing
- [InMemorySigner](https://github.com/near/near-api-js/blob/master/packages/signers/src/in_memory_signer.ts) implementation of `Signer` using [InMemoryKeyStore](https://github.com/near/near-api-js/blob/master/packages/keystores/src/in_memory_key_store.ts) to provide keys

# License

Expand Down
2 changes: 1 addition & 1 deletion packages/utils/src/validators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import BN from 'bn.js';
import depd from 'depd';

/** Finds seat price given validators stakes and number of seats.
* Calculation follow the spec: https://nomicon.io/Economics/README.html#validator-selection
* Calculation follow the spec: https://nomicon.io/Economics/Economic#validator-selection
* @params validators: current or next epoch validators.
* @params maxNumberOfSeats: maximum number of seats in the network.
* @params minimumStakeRatio: minimum stake ratio
Expand Down

0 comments on commit 797714b

Please sign in to comment.