From ef86c549ca214085de965e292921e7c54dd38d9b Mon Sep 17 00:00:00 2001 From: Bhakti Shukla Date: Wed, 22 Jul 2026 15:35:43 -0700 Subject: [PATCH] Fix example links --- examples/browser/local-storage/README.md | 2 +- examples/node-14/autorun-zip-package/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/browser/local-storage/README.md b/examples/browser/local-storage/README.md index b7af216..72e36e3 100644 --- a/examples/browser/local-storage/README.md +++ b/examples/browser/local-storage/README.md @@ -16,7 +16,7 @@ This example demonstrates how to create an image slideshow application that cach 5. **Session Persistence**: Cached images persist across browser sessions and page reloads 6. **Loop Behavior**: After the last image, the slideshow loops back to the first image -**Note**: Browser localStorage has a storage limit of approximately 5MB. For caching larger amounts of content, consider using IndexedDB which offers much larger storage capacity. Check out our [IndexedDB caching example](https://github.com/brightsign/dev-cookbook/tree/main/examples/indexeddb-caching-example) for an alternative approach. +**Note**: Browser localStorage has a storage limit of approximately 5MB. For caching larger amounts of content, consider using IndexedDB which offers much larger storage capacity. Check out our [IndexedDB caching example](https://github.com/brightsign/dev-cookbook/tree/main/examples/browser/indexeddb-caching) for an alternative approach. ## How to Run on a Player diff --git a/examples/node-14/autorun-zip-package/README.md b/examples/node-14/autorun-zip-package/README.md index 4a034c7..6858ac8 100644 --- a/examples/node-14/autorun-zip-package/README.md +++ b/examples/node-14/autorun-zip-package/README.md @@ -378,7 +378,7 @@ For issues, questions, or contributions: ## License -See the [LICENSE.txt](../../LICENSE.txt) file in the root of the dev-cookbook repository. +See the [LICENSE.txt](../../../LICENSE.txt) file in the root of the dev-cookbook repository. ---