Skip to content

Commit 654a54a

Browse files
authored
docs: Update link
1 parent ef24358 commit 654a54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/storage/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ export interface WxtStorage {
712712
/**
713713
* Define a storage item with a default value, type, or versioning.
714714
*
715-
* Read full docs: https://wxt.dev/guide/extension-apis/storage.html#defining-storage-items
715+
* Read full docs: https://wxt.dev/storage.html#defining-storage-items
716716
*/
717717
defineItem<TValue, TMetadata extends Record<string, unknown> = {}>(
718718
key: StorageItemKey,

0 commit comments

Comments
 (0)