Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-md committed Oct 21, 2024
1 parent b1e24b9 commit d086426
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions pages/reference-smart-account/owners/getThreshold.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Returns the number of required confirmations for a Safe transaction aka the thre

## Usage

{/* <!-- vale off --> */}
<Tabs items={['example.sol']}>
<Tabs.Tab>
```solidity
Expand All @@ -25,6 +26,8 @@ Returns the number of required confirmations for a Safe transaction aka the thre
</Tabs.Tab>
</Tabs>

{/* <!-- vale on --> */}

## Returns

### `threshold`
Expand Down
3 changes: 3 additions & 0 deletions pages/reference-smart-account/owners/isOwner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Returns if `owner` is an owner of the Safe.

## Usage

{/* <!-- vale off --> */}

<Tabs items={['example.sol']}>
<Tabs.Tab>
```solidity
Expand All @@ -18,6 +20,7 @@ Returns if `owner` is an owner of the Safe.
</Tabs.Tab>
</Tabs>

{/* <!-- vale on --> */}
## Returns

### `isOwner`
Expand Down
2 changes: 1 addition & 1 deletion pages/reference-smart-account/owners/removeOwner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ Emitted when an owner is removed from the Safe.

This event is also emitted in the [`swapOwner`](/reference-smart-account/owner/swapOwner.mdx) functions.

### [`ChangedThreshold`](../owner/changeThreshold#changedthreshold.mdx)
### [`ChangedThreshold`](./changeThreshold.mdx#changedthreshold)
8 changes: 6 additions & 2 deletions pages/reference-smart-account/owners/swapOwner.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ This can only be done via a Safe transaction.

## Usage

{/* <!-- vale off --> */}

<Tabs items={['example.sol']}>
<Tabs.Tab>
```solidity
Expand All @@ -27,6 +29,8 @@ This can only be done via a Safe transaction.
</Tabs.Tab>
</Tabs>

{/* <!-- vale on --> */}

## Parameters
### `prevOwner`
- **Type:** `address`
Expand All @@ -45,5 +49,5 @@ New owner address.

## Events

### [`AddedOwner`](./addedOwner#addedowner.md)
### [`RemovedOwner`](./removedOwner#removedowner.md)
### [`AddedOwner`](./addOwnerWithThreshold.mdx#addedowner)
### [`RemovedOwner`](./removeOwner.mdx#removedowner)

0 comments on commit d086426

Please sign in to comment.