From 9d13db7c5c72f95ded70ddbd3177b16ab7c6d560 Mon Sep 17 00:00:00 2001 From: Jonas De Vrient <32844711+devrnt@users.noreply.github.com> Date: Thu, 29 Jun 2023 21:48:33 +0200 Subject: [PATCH] Update README.md --- apps/examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/examples/README.md b/apps/examples/README.md index 71604b49..9f1675eb 100644 --- a/apps/examples/README.md +++ b/apps/examples/README.md @@ -4,6 +4,6 @@ You can view the source code for the examples within their folder, or visit the | Name | Link | | --------------------------------------- | ------------------------------------------------------------------------------------ | -| Gatsby | https://codesandbox.io/s/github/devrnt/react-use-intercom/tree/main/examples/gatsby | -| NextJS | https://codesandbox.io/s/github/devrnt/react-use-intercom/tree/main/examples/nextjs | +| Gatsby | https://codesandbox.io/s/github/devrnt/react-use-intercom/tree/main/apps/examples/gatsby | +| NextJS | https://codesandbox.io/s/github/devrnt/react-use-intercom/tree/main/apps/examples/nextjs |