diff --git a/concept-partial-payments.html b/concept-partial-payments.html
index d6a172fbd5..3f47ba980f 100644
--- a/concept-partial-payments.html
+++ b/concept-partial-payments.html
@@ -161,7 +161,7 @@
Partial Payments
In the default case, the Amount field of a Payment transaction in the Ripple Consensus Ledger specifies the exact amount to deliver, after charging for exchange rates and transfer fees. The "Partial Payment" flag (tfPartialPayment) allows a payment to succeed by reducing the amount received instead of increasing the amount sent. Partial payments are useful for returning payments without incurring additional costs to oneself.
-
The amount of XRP used for the transaction cost is always deducted from the sender’s account, regardless of the type of transaction.
+
The amount of XRP used for the transaction cost is always deducted from the sender’s account, regardless of the type of transaction.
Partial payments can be used to exploit naive integrations with the Ripple Consensus Ledger to steal money from exchanges and gateways. The Partial Payments Exploit section of this document describes how this exploit works and how you can avoid it.
Semantics
Without Partial Payments
diff --git a/content/concept-partial-payments.md b/content/concept-partial-payments.md
index a7d8450eea..80681090f5 100644
--- a/content/concept-partial-payments.md
+++ b/content/concept-partial-payments.md
@@ -2,7 +2,7 @@
In the default case, the `Amount` field of a [Payment transaction][] in the Ripple Consensus Ledger specifies the exact amount to deliver, after charging for exchange rates and [transfer fees](concept-transfer-fees.html). The "Partial Payment" flag ([**tfPartialPayment**](reference-transaction-format.html#payment-flags)) allows a payment to succeed by reducing the amount received instead of increasing the amount sent. Partial payments are useful for [returning payments](tutorial-gateway-guide.html#bouncing-payments) without incurring additional costs to oneself.
-The amount of XRP used for the [transaction cost](#transaction-cost) is always deducted from the sender’s account, regardless of the type of transaction.
+The amount of XRP used for the [transaction cost](concept-transaction-cost.html) is always deducted from the sender’s account, regardless of the type of transaction.
Partial payments can be used to exploit naive integrations with the Ripple Consensus Ledger to steal money from exchanges and gateways. The [Partial Payments Exploit](#partial-payments-exploit) section of this document describes how this exploit works and how you can avoid it.