From 43b36ac3389045d818080987be989a06aff1e70f Mon Sep 17 00:00:00 2001 From: "Raoul v. R" Date: Sat, 9 Mar 2024 01:17:11 +0100 Subject: [PATCH] Replace sandbox --- .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 5cee92bc3..5534d81dd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -13,7 +13,7 @@ A clear and concise description of what the bug is. ### To Reproduce -Describe the steps to reproduce the behavior and provide a minimal example that demonstrates the issue. You can use the demo sandbox as a starting point: https://codesandbox.io/s/postprocessing-25rts +Describe the steps to reproduce the behavior and provide a minimal example that demonstrates the issue. You can use the demo sandbox as a starting point: https://stackblitz.com/edit/postprocessing-v6 ### Expected behavior diff --git a/README.md b/README.md index be63da6dc..ad632035c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A post processing library for [three.js](https://threejs.org/). -*[Demo](https://pmndrs.github.io/postprocessing/public/demo) · [Sandbox](https://codesandbox.io/s/postprocessing-25rts) · [Documentation](https://pmndrs.github.io/postprocessing/public/docs) · [Wiki](https://github.com/pmndrs/postprocessing/wiki)* +*[Demo](https://pmndrs.github.io/postprocessing/public/demo) · [Sandbox](https://stackblitz.com/edit/postprocessing-v6) · [Documentation](https://pmndrs.github.io/postprocessing/public/docs) · [Wiki](https://github.com/pmndrs/postprocessing/wiki)* ## Installation