Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
This commit updates several links from their current URLs to the ones that they now redirect to. Any instances of `deno.land/x` were left alone to avoid messing with dependencies, although these links may be able to be changed to their JSR equivalents.
  • Loading branch information
matthewjnield authored Oct 8, 2024
1 parent e303b87 commit 0a2e304
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The [documentation](https://fresh.deno.dev/docs/introduction) is available on

## 🚀 Getting started

Install the latest [Deno CLI](https://deno.land/) version.
Install the latest [Deno CLI](https://deno.com/) version.

You can scaffold a new project by running the Fresh init script. To scaffold a
project run the following:
Expand Down Expand Up @@ -65,7 +65,7 @@ docs.
## Contributing

We appreciate your help! To contribute, please read our
[contributing instructions](https://deno.com/manual/references/contributing#submitting-a-pr-to-fresh).
[contributing instructions](https://docs.deno.com/runtime/contributing/#submitting-a-pr-to-fresh).

## Adding your project to the showcase

Expand Down
2 changes: 1 addition & 1 deletion docs/latest/concepts/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The `basePath` is also applied to the `src` and `srcset` attribute of

## Server

Now that Deno has stabilized [Deno.serve](https://deno.land/api?s=Deno.serve)
Now that Deno has stabilized [Deno.serve](https://docs.deno.com/api/deno/~/Deno.serve)
and Fresh has switched to using this API, all server configuration options are
embedded in `server` inside the `FreshConfig`. The fully expanded set of
parameters looks like this:
Expand Down
4 changes: 2 additions & 2 deletions docs/latest/getting-started/create-a-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ respectively:
Finally a **`static/`** folder is created that contains static files that are
automatically served "as is". [Learn more about static files][static-files].

[import-map]: https://docs.deno.com/runtime/manual/basics/import_maps
[task-runner]: https://deno.land/manual/tools/task_runner
[import-map]: https://docs.deno.com/runtime/fundamentals/modules/
[task-runner]: https://docs.deno.com/runtime/reference/cli/task_runner/
[static-files]: ../concepts/static-files
4 changes: 2 additions & 2 deletions docs/latest/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ nice with Deno. Documentation for this can also be found
[in the manual][manual-editors].

[deno-deploy]: https://deno.com/deploy
[manual-installation]: https://deno.land/manual/getting_started/installation
[manual-editors]: https://deno.land/manual/getting_started/setup_your_environment
[manual-installation]: https://docs.deno.com/runtime/getting_started/installation/
[manual-editors]: https://docs.deno.com/runtime/getting_started/setup_your_environment/
2 changes: 1 addition & 1 deletion docs/latest/getting-started/running-locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ If you now visit http://localhost:8000, you can see the running project. Try
change some of the text in `routes/index.tsx` and see how the page updates
automatically when you save the file.

[--watch]: https://deno.land/manual/getting_started/command_line_interface#watch-mode
[--watch]: https://docs.deno.com/runtime/getting_started/command_line_interface/#watch-mode
2 changes: 1 addition & 1 deletion init/src/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ Started" guide here: https://fresh.deno.dev/docs/getting-started
### Usage
Make sure to install Deno: https://deno.land/manual/getting_started/installation
Make sure to install Deno: https://docs.deno.com/runtime/getting_started/installation/
Then start the project in development mode:
Expand Down

0 comments on commit 0a2e304

Please sign in to comment.