Skip to content

Commit 4e81fce

Browse files
committed
edit contribution guide
1 parent 9b1f647 commit 4e81fce

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ guide in some places.
1010
- [Contribution workflow](#contribution-workflow)
1111
- [Preview locally](#preview-locally)
1212
- [Style guide](#style-guide)
13+
- [Format links](#format-links)
1314
- [Add images](#add-images)
1415
- [Update the interactive API reference](#update-the-interactive-api-reference)
1516
- [Update `MetaMask/api-specs`](#update-metamaskapi-specs)
@@ -120,17 +121,18 @@ Refer to the [Consensys documentation style guide](https://docs-template.consens
120121

121122
Most links in the Markdown pages use *relative file paths*, for example:
122123

123-
```md title="Relative file path in Smart Accounts Kit docs"
124+
```md
124125
You can enable users to create a [MetaMask smart account](../../concepts/smart-accounts.md) directly in your dapp.
125126
```
126127

127128
However, when linking between different product sections or using the `CardList` component, use *absolute URL paths*. For example:
128129

129-
```md title="Absolute URL path in Wallet API docs"
130-
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their externally owned account (EOA) to a [MetaMask smart account](/smart-accounts-kit/concepts/smart-accounts).
130+
```md
131+
When a dapp requests to submit a batch of transactions atomically, MetaMask may prompt users to upgrade their
132+
externally owned account (EOA) to a [MetaMask smart account](/smart-accounts-kit/concepts/smart-accounts).
131133
```
132134

133-
```md title="Absolute URL path in Snaps docs"
135+
```md
134136
<CardList
135137
items={[
136138
{

0 commit comments

Comments
 (0)