Skip to content

Commit 8bd6a8f

Browse files
committed
docs: fixed empty link
1 parent eaf122b commit 8bd6a8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/0.3.4/en-US/reference/state/idb-freezing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Freezing to IndexedDB
22

3-
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.
3+
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.
44

55
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.
66

docs/next/en-US/reference/state/idb-freezing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Freezing to IndexedDB
22

3-
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.
3+
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.
44

55
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.
66

0 commit comments

Comments
 (0)