From f70825d3af1bf2f0b570eaa6dc499917aded4d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 27 Sep 2021 15:10:34 +0200 Subject: [PATCH] chore(docs): fix link to nuxt 3 sandbox --- docs/content/99.community/2.reporting-bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/99.community/2.reporting-bugs.md b/docs/content/99.community/2.reporting-bugs.md index e65886fb00..eaedd19a1d 100644 --- a/docs/content/99.community/2.reporting-bugs.md +++ b/docs/content/99.community/2.reporting-bugs.md @@ -16,7 +16,7 @@ Search through the [open issues](https://github.com/nuxt/framework/issues) and [ It's important to be able to reproduce the bug reliably - in a minimal way and apart from the rest of your project. This narrows down what could be causing the issue and makes it possible for someone not only to find the cause, but also to test a potential solution. -Start with [this Nuxt3 sandbox](https://codesandbox.io/s/github/nuxt/starter/tree/v3) and add the **minimum** amount of code necessary to reproduce the bug you're experiencing. +Start with [this Nuxt3 sandbox](https://codesandbox.io/s/github/nuxt/starter/tree/v3-sandbox) and add the **minimum** amount of code necessary to reproduce the bug you're experiencing. Once you've reproduced the issue, remove as much code from your reproduction as you can (while still recreating the bug). Time spent making the reproduction as minimal as possible will make a huge difference to whoever sets out to fix the issue.