Skip to content

Commit

Permalink
chore: update redirected links (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuapp authored Jan 21, 2025
1 parent dfa2349 commit 16017f2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const data = [
items: [
{
label: "Blog",
href: "https://www.deno.com/blog",
href: "https://deno.com/blog",
},
{
label: "Careers",
Expand Down
6 changes: 3 additions & 3 deletions deploy/kv/manual/cron.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ different compared to other cron engines which use 0-6 representation.

## Usage on Deno Deploy

With [Deno Deploy](https://www.deno.com/deploy), you can run your background
tasks on V8 isolates in the cloud. When doing so, there are a few considerations
to keep in mind.
With [Deno Deploy](https://deno.com/deploy), you can run your background tasks
on V8 isolates in the cloud. When doing so, there are a few considerations to
keep in mind.

### Differences with Deno CLI

Expand Down
2 changes: 1 addition & 1 deletion deploy/kv/tutorials/schedule_notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A common use case for [queues](../manual/queue_overview.md) is scheduling work
to be completed at some point in the future. To help demonstrate how this works,
we've provided a sample application (described below) that schedules
notification messages sent through the [Courier API](https://www.courier.com/).
The application runs on [Deno Deploy](https://www.deno.com/deploy), using the
The application runs on [Deno Deploy](https://deno.com/deploy), using the
built-in KV and queue API implementations available there with zero
configuration.

Expand Down
6 changes: 3 additions & 3 deletions deploy/manual/pricing-and-limits.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: "Pricing and limitations"
---

Please see [our pricing page](https://www.deno.com/deploy/pricing) for the
overview of the available features in all plans. If you have a use case that
exceeds any of these limits, [please reach out](mailto:[email protected]).
Please see [our pricing page](https://deno.com/deploy/pricing) for the overview
of the available features in all plans. If you have a use case that exceeds any
of these limits, [please reach out](mailto:[email protected]).

No uptime guarantees are provided during the initial public beta for Deno
Deploy. Access to the service will be controlled by
Expand Down
4 changes: 2 additions & 2 deletions runtime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ oldUrl:
- /runtime/manual/getting_started/
---

[Deno](https://www.deno.com)
([/ˈdiːnoʊ/](http://ipa-reader.xyz/?text=%CB%88di%CB%90no%CA%8A), pronounced
[Deno](https://deno.com)
([/ˈdiːnoʊ/](https://ipa-reader.com/?text=%CB%88di%CB%90no%CA%8A), pronounced
`dee-no`) is an
[open source](https://github.com/denoland/deno/blob/main/LICENSE.md) JavaScript,
TypeScript, and WebAssembly runtime with secure defaults and a great developer
Expand Down

0 comments on commit 16017f2

Please sign in to comment.