Skip to content

Commit 6d913bb

Browse files
committed
docs: fixed links
Changed hardcoded links to relative links
1 parent 1da9d36 commit 6d913bb

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

packages/documentation/src/content/docs/integration/requirements/assets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ An asset represents an item of value that can be transferred via the Interledger
3838
}
3939
}
4040
```
41-
For more information about this mutation's input object, see [`CreateAssetInput`](https://rafiki.dev/apis/graphql/backend/inputobjects/#createassetinput).
41+
For more information about this mutation's input object, see [`CreateAssetInput`](/apis/graphql/backend/inputobjects/#createassetinput).
4242
</TabItem>
4343
<TabItem label="Response">
4444
```json

packages/documentation/src/content/docs/integration/requirements/peers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ As mentioned in the prerequisites, you must add an asset to your Rafiki instance
106106
}
107107
}
108108
```
109-
For more information about this mutation's input object, see [`CreatePeerInput`](https://rafiki.dev/apis/graphql/backend/inputobjects/#createpeerinput).
109+
For more information about this mutation's input object, see [`CreatePeerInput`](/apis/graphql/backend/inputobjects/#createpeerinput).
110110
</TabItem>
111111
<TabItem label="Response">
112112
```json
@@ -174,7 +174,7 @@ In this example we will update the peer we just created. Rather than change any
174174
}
175175
}
176176
```
177-
For more information about this mutation's input object, see [`UpdatePeerInput`](https://rafiki.dev/apis/graphql/backend/inputobjects/#updatepeerinput).
177+
For more information about this mutation's input object, see [`UpdatePeerInput`](/apis/graphql/backend/inputobjects/#updatepeerinput).
178178
</TabItem>
179179
<TabItem label="Response">
180180
```json
@@ -233,7 +233,7 @@ Deleting a peer is permanent and cannot be reversed. If you delete a peer in err
233233
}
234234
}
235235
```
236-
For more information about this mutation's input object, see [`DeletePeerInput`](https://rafiki.dev/apis/graphql/backend/inputobjects/#deletepeerinput).
236+
For more information about this mutation's input object, see [`DeletePeerInput`](/apis/graphql/backend/inputobjects/#deletepeerinput).
237237
</TabItem>
238238
<TabItem label="Response">
239239
```json

packages/documentation/src/content/docs/integration/requirements/sending-fees.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You have the option to charge sending fees, on top of any estimated network fees
4646
}
4747
}
4848
```
49-
For more information about this mutation's input object, see [`SetFeeInput`](https://rafiki.dev/apis/graphql/backend/inputobjects/#setfeeinput).
49+
For more information about this mutation's input object, see [`SetFeeInput`](/apis/graphql/backend/inputobjects/#setfeeinput).
5050
</TabItem>
5151
<TabItem label="Response">
5252
```json

packages/documentation/src/content/docs/integration/requirements/wallet-addresses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Ensure your script calls the `createWalletAddress` GraphQL mutation.
7777
}
7878
}
7979
```
80-
For more information about this mutation's input object, see [`CreateWalletAddressInput`](https://rafiki.dev/apis/graphql/backend/inputobjects/#createwalletaddressinput).
80+
For more information about this mutation's input object, see [`CreateWalletAddressInput`](/apis/graphql/backend/inputobjects/#createwalletaddressinput).
8181
</TabItem>
8282
<TabItem label="Response">
8383
```json

0 commit comments

Comments
 (0)