Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 5bbb94a

Browse files
committed
Fix internal docs links
1 parent 7821f4a commit 5bbb94a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

getting-started/understanding_spree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Installing Spree via [Spree Starter](https://github.com/spree/spree_starter) giv
4141

4242
--
4343

44-
There are many other Spree-gems providing additional functionality to your Store called [Extensions](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/extensions/README.md).
44+
There are many other Spree-gems providing additional functionality to your Store called [Extensions](../extensions/extensions.md).
4545

4646
To change which Spree gems you would like to install you will need to modify your project `Gemfile`.
4747

internals/stores.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ Each Store can have different multiple locales and currencies. This configuratio
5151

5252
## Checkout configuration
5353

54-
Each Store can be configured to ship to only selected countries. This is achieved via the `checkout_zone_id` attribute which holds the ID of the selected [Zone record](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/shipments/README.md#zones).
54+
Each Store can be configured to ship to only selected countries. This is achieved via the `checkout_zone_id` attribute which holds the ID of the selected [Zone record](shipments.md#zones).
5555

56-
Available Shipping Methods on the Checkout are determined based on the [Zone and Shipping Methods configuration](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/shipments/README.md).
56+
Available Shipping Methods on the Checkout are determined based on the [Zone and Shipping Methods configuration](shipments.md).
5757

58-
This will also have an effect on what [Shipping / Billing Addresses](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/addresses/README.md) user can add / select during Checkout. Only Addresses from Countries or States available in the selected Zone can be used and will be visible in the User's Address Book.
58+
This will also have an effect on what [Shipping / Billing Addresses](addresses.md) user can add / select during Checkout. Only Addresses from Countries or States available in the selected Zone can be used and will be visible in the User's Address Book.
5959

6060
## Store resources
6161

6262
| Resource | Relationship |
6363
| :--- | :--- |
64-
| [**Order**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/orders/README.md) | One Order belongs to one Store |
65-
| [**Product**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/products/README.md) | One Product can be associated with many Store\(s\), you can pick and choose in which Store\(s\) each Product will be available |
66-
| [**Payment Method**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/payments/README.md#payment-methods) | One Payment Method can be associated with many Store\(s\), you can select in which Stores given Payment Method will be available on Checkout |
64+
| [**Order**](orders.md) | One Order belongs to one Store |
65+
| [**Product**](products.md) | One Product can be associated with many Store\(s\), you can pick and choose in which Store\(s\) each Product will be available |
66+
| [**Payment Method**](payments.md#payment-methods) | One Payment Method can be associated with many Store\(s\), you can select in which Stores given Payment Method will be available on Checkout |
6767
| **Store Credit** | One Store Credit belongs to and can be used in one Store |
6868
| **CMS Page** | One Page belongs to one Store |
6969
| **Navigation Menu** | One Menu belongs to one Store |
70-
| [**Taxonomy**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/products/README.md#taxons-and-taxonomies) | One Taxonomy belongs to one Store |
71-
| [**Promotion**](https://github.com/spree/spree-dev-docs/tree/0628094f68853238d9b13aa3b24d7b1e1b13fca4/internals/promotions/README.md) | One Promotion can be associated with multiple Stores |
70+
| [**Taxonomy**](products.md#taxons-and-taxonomies) | One Taxonomy belongs to one Store |
71+
| [**Promotion**](promotions.md) | One Promotion can be associated with multiple Stores |
7272

0 commit comments

Comments
 (0)