Skip to content

Commit 81f08fe

Browse files
committed
Docs: Fix link to Model.swift
1 parent 19a2c87 commit 81f08fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ But consider using `class` instead if:
2929

3030
### Copiable
3131

32-
In the WooCommerce module, we generally work with [immutable objects](../Yosemite/Yosemite/Model/Model). Mutation only happens within Yosemite and Storage. This is an intentional design and promotes clarity of [where and when those objects will be updated](https://git.io/JvALp).
32+
In the WooCommerce module, we generally work with [immutable objects](../Yosemite/Yosemite/Model/Model.swift). Mutation only happens within Yosemite and Storage. This is an intentional design and promotes clarity of [where and when those objects will be updated](https://git.io/JvALp).
3333

3434
But in order to _update_ something, we still need to pass an _updated_ object to Yosemite. For example, to use the [`ProductAction.updateProduct`](../Yosemite/Yosemite/Actions/ProductAction.swift) action, we'd probably have to create a new [`Product`](../Networking/Networking/Model/Product/Product.swift) object:
3535

0 commit comments

Comments
 (0)