Skip to content

Commit 16017f2

Browse files
authored
chore: update redirected links (#1344)
1 parent dfa2349 commit 16017f2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

_components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ const data = [
8888
items: [
8989
{
9090
label: "Blog",
91-
href: "https://www.deno.com/blog",
91+
href: "https://deno.com/blog",
9292
},
9393
{
9494
label: "Careers",

deploy/kv/manual/cron.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ different compared to other cron engines which use 0-6 representation.
9191

9292
## Usage on Deno Deploy
9393

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

9898
### Differences with Deno CLI
9999

deploy/kv/tutorials/schedule_notification.md

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

deploy/manual/pricing-and-limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: "Pricing and limitations"
33
---
44

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

99
No uptime guarantees are provided during the initial public beta for Deno
1010
Deploy. Access to the service will be controlled by

runtime/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ oldUrl:
99
- /runtime/manual/getting_started/
1010
---
1111

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

0 commit comments

Comments
 (0)