@fundamental-engine/elements 0.7.0 → 0.9.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -105,14 +105,14 @@ when you want one field across a whole page regardless of framework.
105
105
  ## Recipes & data binding
106
106
 
107
107
  To apply a named recipe over your markup (or bind data to it) rather than wire bodies by hand, use
108
- `applyRecipe()` / `bindData()` from [`@fundamental-engine/dom`](../platform); browse all 64 recipes at
108
+ `applyRecipe()` / `bindData()` from [`@fundamental-engine/dom`](../dom); browse all 64 recipes at
109
109
  [`/docs/gallery`](https://fundamental-engine.com/docs/gallery). The starter app in
110
110
  [`apps/starter`](../../apps/starter) shows the declarative element, `applyRecipe`, and `bindData`
111
111
  together.
112
112
 
113
113
  ## Related
114
114
 
115
- [`@fundamental-engine/core`](../core) · [`@fundamental-engine/dom`](../platform) · [`@fundamental-engine/react`](../react) ·
115
+ [`@fundamental-engine/core`](../core) · [`@fundamental-engine/dom`](../dom) · [`@fundamental-engine/react`](../react) ·
116
116
  [`@fundamental-engine/vanilla`](../vanilla) · the [documentation map](../../docs/README.md).
117
117
 
118
118
  ## License