diff --git a/docs/1.x/concepts/islands.md b/docs/1.x/concepts/islands.md index 9d1aa2f7f36..eeb331f0428 100644 --- a/docs/1.x/concepts/islands.md +++ b/docs/1.x/concepts/islands.md @@ -211,7 +211,7 @@ An error occurred during route handling or page rendering. ReferenceError: Event .... ``` -Use the [`IS_BROWSER`](https://deno.land/x/fresh/runtime.ts?doc=&s=IS_BROWSER) +Use the [`IS_BROWSER`](https://jsr.io/@fresh/core) flag as a guard to fix the issue: ```tsx islands/my-island.tsx