Skip to content

docs(1.x/examples/writing-tests): fix dead deno.land/x/fresh doc URLs#3873

Open
sanjibani wants to merge 1 commit into
freshframework:mainfrom
sanjibani:docs/fix-dead-deno-land-x-fresh-doc-links
Open

docs(1.x/examples/writing-tests): fix dead deno.land/x/fresh doc URLs#3873
sanjibani wants to merge 1 commit into
freshframework:mainfrom
sanjibani:docs/fix-dead-deno-land-x-fresh-doc-links

Conversation

@sanjibani

Copy link
Copy Markdown

Replaces two https://deno.land/x/fresh/server.ts?doc=&s=* URLs (404 — deno.land/x/* docs URL pattern retired when Deno moved module docs to JSR) with the canonical JSR page https://jsr.io/@fresh/core (200).

`https://deno.land/x/fresh/server.ts?doc=&s=createHandler` (404) and
`https://deno.land/x/fresh/server.ts?s=FreshConfig` (404) — the
`deno.land/x/*` docs URL pattern was retired when Deno moved module
documentation to JSR.

Replaced both with the canonical JSR module page:
`https://jsr.io/@fresh/core` (200).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant