-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* readme updates, fix out of date content * fix * fix broken link
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -104,7 +104,7 @@ deno run --allow-net=deno.com https://deno.land/[email protected]/examples/curl.ts htt | |
|
||
Deno also provides APIs that do not come from the web. These are all contained | ||
in the `Deno` global. You can find documentation for these built-in APIs here at | ||
[`/api`](/api). | ||
[`/api`](https://deno.land/api). | ||
|
||
Filesystem APIs for example do not have a web standard form, so Deno provides | ||
its own API. | ||
|
@@ -195,5 +195,5 @@ You will see a JSON response from the Deno GitHub page. | |
## More examples | ||
You can find more examples in the [Examples](../examples) chapter and at | ||
You can find more examples in the [Tutorials](/runtime/tutorials) section and at | ||
[Deno by Example](https://examples.deno.land/). |