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 diff --git a/docs/1.x/concepts/updating.md b/docs/1.x/concepts/updating.md index c935a0d8fc8..ead35bbcc1e 100644 --- a/docs/1.x/concepts/updating.md +++ b/docs/1.x/concepts/updating.md @@ -6,7 +6,7 @@ description: | Fresh consists of multiple pieces which are independently versioned and released. -- Fresh (https://deno.land/x/fresh) +- Fresh (https://jsr.io/@fresh/core) - Preact (https://esm.sh/preact) - preact-render-to-string (https://esm.sh/preact-render-to-string)