Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

chore: Update links #2694

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/ci_v1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

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
8 changes: 4 additions & 4 deletions docs/latest/concepts/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ 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)
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:
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:

```ts
server: {
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
Loading