0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

chore: fix broken url in first_steps.md (#11341)

Co-authored-by: Satya Rohith <me@satyarohith.com>
This commit is contained in:
Ryan Pivovar 2021-07-09 19:34:17 -04:00 committed by GitHub
parent 9d57a4aaeb
commit 5bf753713c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.