From 9fbc0367fe8f124b7578bd9398095cc91d796a77 Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Tue, 13 Nov 2018 16:26:23 -0600 Subject: [PATCH 1/3] Add missing doc links --- .../source/developers/orders/overview.html.md | 33 +++++++------------ 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/guides/source/developers/orders/overview.html.md b/guides/source/developers/orders/overview.html.md index 85e8df112b..a228ee9f08 100644 --- a/guides/source/developers/orders/overview.html.md +++ b/guides/source/developers/orders/overview.html.md @@ -87,29 +87,22 @@ The `Spree::LineItem` model provides the cost of each item added to an order. Line items provide a link between the order and `Spree::Product`s and `Spree::Variant`s. - +For more information about line items, products, and variants, see the +[Products and variants][products-and-variants] documentation. - +[products-and-variants]: ../products-and-variants/overview.html ### Adjustments The `Spree::Adjustment` model provides the cost of each adjustment to an order, line item, or shipment on an order. Adjustments can decrease the total (via -promotions) or increase it (via [shipments][shipments] and [taxes][taxes]). - - +[promotions][promotions]) or increase it (via [shipments][shipments] and [taxes][taxes]). - +For more information, see the [Adjustments][adjustments] documentation. +[promotions]: ../promotions/overview.html [taxes]: ../taxation/overview.html +[adjustments]: ../adjustments/overview.html ### Shipments @@ -133,11 +126,9 @@ order via the `ship_address_id` and `bill_address_id`. An order may have one or two different addresses associated it, depending on the customer's preferred shipping and billing address. - +For more information, see the [Addresses][addresses] documentation. - +[Addresses]: ../users/addresses.html ### Payments @@ -145,11 +136,9 @@ The `Spree::Payment` model stores payment information for the order. Once the payment object is updated with the amount paid, this updates the corresponding order's `payment_total` value. - +For more information, see the [Payments][payments] documentation. - +[payments]: ../payments/overview.html ### Return Authorizations From dcd7960116117b5e30c5a6241c97bc28767bff0e Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Tue, 13 Nov 2018 16:29:28 -0600 Subject: [PATCH 2/3] Fix broken link --- guides/source/developers/orders/overview.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/source/developers/orders/overview.html.md b/guides/source/developers/orders/overview.html.md index a228ee9f08..c8bf6e1e7c 100644 --- a/guides/source/developers/orders/overview.html.md +++ b/guides/source/developers/orders/overview.html.md @@ -98,7 +98,7 @@ The `Spree::Adjustment` model provides the cost of each adjustment to an order, line item, or shipment on an order. Adjustments can decrease the total (via [promotions][promotions]) or increase it (via [shipments][shipments] and [taxes][taxes]). -For more information, see the [Adjustments][adjustments] documentation. +For more information, see the [adjustments][adjustments] documentation. [promotions]: ../promotions/overview.html [taxes]: ../taxation/overview.html @@ -128,7 +128,7 @@ shipping and billing address. For more information, see the [Addresses][addresses] documentation. -[Addresses]: ../users/addresses.html +[addresses]: ../users/addresses.html ### Payments From c025329e50d3507834146073e6991162e58788e2 Mon Sep 17 00:00:00 2001 From: jacobherrington Date: Tue, 13 Nov 2018 16:34:35 -0600 Subject: [PATCH 3/3] Capitalize link --- guides/source/developers/orders/overview.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/developers/orders/overview.html.md b/guides/source/developers/orders/overview.html.md index c8bf6e1e7c..888e4718ae 100644 --- a/guides/source/developers/orders/overview.html.md +++ b/guides/source/developers/orders/overview.html.md @@ -98,7 +98,7 @@ The `Spree::Adjustment` model provides the cost of each adjustment to an order, line item, or shipment on an order. Adjustments can decrease the total (via [promotions][promotions]) or increase it (via [shipments][shipments] and [taxes][taxes]). -For more information, see the [adjustments][adjustments] documentation. +For more information, see the [Adjustments][adjustments] documentation. [promotions]: ../promotions/overview.html [taxes]: ../taxation/overview.html