From 5ae3c520c23753a50a09d6f54a52370def14dabe Mon Sep 17 00:00:00 2001 From: nodiscc Date: Mon, 18 Sep 2023 15:38:29 +0000 Subject: [PATCH] Fix MedusaJS demo URL (#175) - fixes https://github.com/awesome-selfhosted/awesome-selfhosted-data/issues/172 --- software/medusajs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/medusajs.yml b/software/medusajs.yml index e1399674e8..9db5389fa1 100644 --- a/software/medusajs.yml +++ b/software/medusajs.yml @@ -8,7 +8,7 @@ platforms: tags: - E-commerce source_code_url: https://github.com/medusajs/medusa -demo_url: https://demo.medusajs.com/a/orders?offset=0&limit=15 +demo_url: https://next.medusajs.com/ stargazers_count: 19755 updated_at: '2023-09-17' archived: false