From ccf111b4928207c49cee4c38921626c362ccd613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Bostro=CC=88m?= Date: Wed, 2 Oct 2024 00:32:01 +0300 Subject: [PATCH] docs: update url to codesandbox --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4bd1fbb..540b458 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ What version of the library are you using? A clear and concise description of what the bug is. **To Reproduce** -Link to codesandbox.io or a snippet that will showcase the issue. Use [this sandbox](https://codesandbox.io/s/text-to-image-example-r8h1o?file=/src/index.ts) as base. +Link to codesandbox.io or a snippet that will showcase the issue. Use [this sandbox](https://codesandbox.io/p/sandbox/gtcmdy) as base. **Expected behavior** A clear and concise description of what you expected to happen. diff --git a/README.md b/README.md index 21a025a..77bbfc8 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Originally part of a Twitter bot for publishing tweets longer than 140 character ## Try it -Use [this CodeSandbox](https://codesandbox.io/s/text-to-image-v6-example-s5jegv?file=/src/index.ts) to try out text-to-image in your browser. +Use [this CodeSandbox](https://codesandbox.io/p/sandbox/gtcmdy) to try out text-to-image in your browser. ## Installation