From af662ae666ed04b1fabec84263a6f6d52c0425ec Mon Sep 17 00:00:00 2001 From: Dung Nguyen Date: Fri, 6 Oct 2023 14:47:03 +0700 Subject: [PATCH] docs: update new link to SessionStorage adapter guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index abc2626a..9f5280b6 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The database that works best for you depends on the data your app needs and how | Redis | Key-value | [Digital Ocean](https://www.digitalocean.com/try/managed-databases-redis), [Amazon MemoryDB](https://aws.amazon.com/memorydb/) | | MongoDB | NoSQL / Document | [Digital Ocean](https://www.digitalocean.com/try/managed-databases-mongodb), [MongoDB Atlas](https://www.mongodb.com/atlas/database) | -To use one of these, you need to change your session storage configuration. To help, here’s a list of [SessionStorage adapter packages](https://github.com/Shopify/shopify-api-js/tree/main/docs/guides/session-storage.md). +To use one of these, you need to change your session storage configuration. To help, here’s a list of [SessionStorage adapter packages](https://github.com/Shopify/shopify-api-js/blob/main/packages/shopify-api/docs/guides/session-storage.md). ### Build