summaryrefslogtreecommitdiff
path: root/docs/getting_started
diff options
context:
space:
mode:
authorRyan Pivovar <ryanpivovar@gmail.com>2021-07-09 19:34:17 -0400
committerGitHub <noreply@github.com>2021-07-10 01:34:17 +0200
commit5bf753713ce8868ba4c43c40cbbb34e68b399e39 (patch)
treee3b77a80011882c2d56945b942fd092b8935197e /docs/getting_started
parent9d57a4aaeb18461bbeeea30fc8ab8804357185c1 (diff)
chore: fix broken url in first_steps.md (#11341)
Co-authored-by: Satya Rohith <me@satyarohith.com>
Diffstat (limited to 'docs/getting_started')
-rw-r--r--docs/getting_started/first_steps.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started/first_steps.md b/docs/getting_started/first_steps.md
index aec7dded3..9a0fdab7c 100644
--- a/docs/getting_started/first_steps.md
+++ b/docs/getting_started/first_steps.md
@@ -77,7 +77,7 @@ deno run --allow-net=example.com https://deno.land/std@$STD_VERSION/examples/cur
Deno also provides APIs which do not come from the web. These are all contained
in the `Deno` global. You can find documentation for these APIs on
-[doc.deno.land](https://doc.deno.land/https/github.com/denoland/deno/releases/latest/download/lib.deno.d.ts).
+[doc.deno.land](https://doc.deno.land/builtin/stable#Deno).
Filesystem APIs for example do not have a web standard form, so Deno provides
its own API.