Skip to content

Commit

Permalink
Add contribution section (#66)
Browse files Browse the repository at this point in the history
* readme updates, fix out of date content

* fix

* fix broken link
  • Loading branch information
kwhinnery authored Sep 15, 2023
1 parent 241d846 commit 04b81bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/manual/getting_started/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/).

0 comments on commit 04b81bd

Please sign in to comment.