Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed May 7, 2024
1 parent ae7b930 commit 1285859
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 1285859

Please sign in to comment.