File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ const data = [
88
88
items : [
89
89
{
90
90
label : "Blog" ,
91
- href : "https://www. deno.com/blog" ,
91
+ href : "https://deno.com/blog" ,
92
92
} ,
93
93
{
94
94
label : "Careers" ,
Original file line number Diff line number Diff line change @@ -91,9 +91,9 @@ different compared to other cron engines which use 0-6 representation.
91
91
92
92
## Usage on Deno Deploy
93
93
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.
97
97
98
98
### Differences with Deno CLI
99
99
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ A common use case for [queues](../manual/queue_overview.md) is scheduling work
8
8
to be completed at some point in the future. To help demonstrate how this works,
9
9
we've provided a sample application (described below) that schedules
10
10
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
12
12
built-in KV and queue API implementations available there with zero
13
13
configuration.
14
14
Original file line number Diff line number Diff line change 2
2
title : " Pricing and limitations"
3
3
---
4
4
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 ) .
8
8
9
9
No uptime guarantees are provided during the initial public beta for Deno
10
10
Deploy. Access to the service will be controlled by
Original file line number Diff line number Diff line change 9
9
- /runtime/manual/getting_started/
10
10
---
11
11
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
14
14
` dee-no ` ) is an
15
15
[ open source] ( https://github.com/denoland/deno/blob/main/LICENSE.md ) JavaScript,
16
16
TypeScript, and WebAssembly runtime with secure defaults and a great developer
You can’t perform that action at this time.
0 commit comments