diff --git a/docs/0.3.4/en-US/reference/state/idb-freezing.md b/docs/0.3.4/en-US/reference/state/idb-freezing.md index d6dfd3d0eb..c0a35f8a24 100644 --- a/docs/0.3.4/en-US/reference/state/idb-freezing.md +++ b/docs/0.3.4/en-US/reference/state/idb-freezing.md @@ -1,6 +1,6 @@ # Freezing to IndexedDB -One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB]() to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc. +One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc. To use this system, you'll need to enable the `idb-freezing` feature flag, and then you can use the system as per the below example. diff --git a/docs/next/en-US/reference/state/idb-freezing.md b/docs/next/en-US/reference/state/idb-freezing.md index d6dfd3d0eb..c0a35f8a24 100644 --- a/docs/next/en-US/reference/state/idb-freezing.md +++ b/docs/next/en-US/reference/state/idb-freezing.md @@ -1,6 +1,6 @@ # Freezing to IndexedDB -One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB]() to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc. +One of the most common places to store frozen state is inside the browser, which can be done with Perseus' inbuilt `IdbFrozenStateStore` system, which uses [IndexedDB](https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API) to store as many frozen states as you want, allowing you to revert to not just the previous state, but the one before that, the one before that, etc. To use this system, you'll need to enable the `idb-freezing` feature flag, and then you can use the system as per the below example.