Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix broken links
  • Loading branch information
Dan Forbes committed May 7, 2024
commit 128585951a92b59f872a9e60742844f6dca332bd
2 changes: 1 addition & 1 deletion packages/web3-eth-contract/src/log_subscription.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export class LogsSubscription extends Web3Subscription<
public readonly topics?: (Topic | Topic[] | null)[];

/**
* The {@doclink glossary/json_interface | JSON Interface} of the event.
* The {@doclink glossary#json-interface-abi | JSON Interface} of the event.
*/
public readonly abi: AbiEventFragment & { signature: HexString };

Expand Down
2 changes: 1 addition & 1 deletion packages/web3-types/src/eth_contract_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export interface ContractOptions {
readonly data?: Bytes;

/**
* The {@doclink glossary/json_interface | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
* The {@doclink glossary#json-interface-abi | json interface} object derived from the [ABI](https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI) of this contract.
*
* Re-setting this will regenerate the methods and events of the contract instance.
*
Expand Down