Skip to content

Commit 68b3734

Browse files
committed
Fix payment path doc links
1 parent b3091e2 commit 68b3734

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/data/apis/horizon/api-reference/list-strict-receive-payment-paths.api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
The [strict receive payment path](resources/operations/object/path-payment-strict-receive.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books.
39+
The [strict receive payment path](./resources/operations/object/path-payment-strict-receive.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books.
4040

4141
For this search, Horizon loads a list of assets available to the sender (based on `source_account` or `source_assets`) and displays the possible paths from the different source assets to the destination asset. Only paths that satisfy the `destination_amount` get returned.
4242

docs/data/apis/horizon/api-reference/list-strict-send-payment-paths.api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ import Heading from "@theme/Heading";
3636

3737

3838

39-
The [strict send payment path](resources/operations/object/path-payment-strict-send.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books.
39+
The [strict send payment path](./resources/operations/object/path-payment-strict-send.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books.
4040

4141
For this search, Horizon loads a list of assets that the recipient can receive (based on `destination_account` or `destination_assets`) and displays the possible paths from the different source assets to the destination asset. Only paths that satisfy the `source_amount` get returned.
4242

openapi/horizon/bundled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ paths:
994994
- Paths
995995
summary: List Strict Receive Payment Paths
996996
description: |
997-
The [strict receive payment path](resources/operations/object/path-payment-strict-receive.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books.
997+
The [strict receive payment path](./resources/operations/object/path-payment-strict-receive.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books.
998998
999999
For this search, Horizon loads a list of assets available to the sender (based on `source_account` or `source_assets`) and displays the possible paths from the different source assets to the destination asset. Only paths that satisfy the `destination_amount` get returned.
10001000
operationId: ListStrictReceivePaymentPaths
@@ -1078,7 +1078,7 @@ paths:
10781078
- Paths
10791079
summary: List Strict Send Payment Paths
10801080
description: |
1081-
The [strict send payment path](resources/operations/object/path-payment-strict-send.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books.
1081+
The [strict send payment path](./resources/operations/object/path-payment-strict-send.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books.
10821082
10831083
For this search, Horizon loads a list of assets that the recipient can receive (based on `destination_account` or `destination_assets`) and displays the possible paths from the different source assets to the destination asset. Only paths that satisfy the `source_amount` get returned.
10841084
operationId: ListStrictSendPaymentPaths

openapi/horizon/components/endpoints/paths.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ paths:
55
- Paths
66
summary: List Strict Receive Payment Paths
77
description: |
8-
The [strict receive payment path](resources/operations/object/path-payment-strict-receive.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books.
8+
The [strict receive payment path](./resources/operations/object/path-payment-strict-receive.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want the recipient to receive. The destination asset amount stays constant, and the type and amount of an asset sent varies based on offers in the order books.
99
1010
For this search, Horizon loads a list of assets available to the sender (based on `source_account` or `source_assets`) and displays the possible paths from the different source assets to the destination asset. Only paths that satisfy the `destination_amount` get returned.
1111
operationId: ListStrictReceivePaymentPaths
@@ -89,7 +89,7 @@ paths:
8989
- Paths
9090
summary: List Strict Send Payment Paths
9191
description: |
92-
The [strict send payment path](resources/operations/object/path-payment-strict-send.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books.
92+
The [strict send payment path](./resources/operations/object/path-payment-strict-send.mdx) endpoint lists the paths a payment can take based on the amount of an asset you want to send. The source asset amount stays constant, and the type and amount of an asset received varies based on offers in the order books.
9393
9494
For this search, Horizon loads a list of assets that the recipient can receive (based on `destination_account` or `destination_assets`) and displays the possible paths from the different source assets to the destination asset. Only paths that satisfy the `source_amount` get returned.
9595
operationId: ListStrictSendPaymentPaths

0 commit comments

Comments
 (0)