docs(examples): fix url in error handling example (#4064)

This commit is contained in:
Clément Ollivier 2022-04-04 11:59:37 +02:00 committed by GitHub
parent 8a3d445bf8
commit a1cbbb71a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,4 +10,4 @@ This example shows how to handle errors in different contexts: pages, plugins, c
Learn more about [error handling](/docs/usage/error-handling).
::
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/errors" file="app.vue"}
::sandbox{repo="nuxt/framework" branch="main" dir="examples/app/error-handling" file="app.vue"}