diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2020-05-10 03:09:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-10 03:09:42 +0200 |
commit | 45f9b32ef0416e0477e9f5335df49ca3cccdb6eb (patch) | |
tree | b04cab2d36b39932320f9e95537910b8742f32f7 /docs/tools.md | |
parent | f6b617784f53497b0c59d6f6f1370cb2223e38f3 (diff) |
Docs for deno test + minor other changes (#5185)
* Added fs events example.
* Added docs for `deno test`.
* Renamed file server example.
* Unified markdown code types.
* Removed plugin topics from TOC.
* Fixed links.
Diffstat (limited to 'docs/tools.md')
-rw-r--r-- | docs/tools.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tools.md b/docs/tools.md index f3dae49e8..904bf027f 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -6,7 +6,7 @@ and TypeScript: <!-- prettier-ignore-start --> <!-- prettier incorrectly moves the coming soon links to new lines --> -- [test runner (`deno test`)](../testing) +- [test runner (`deno test`)](./testing.md) - [code formatter (`deno fmt`)](./tools/formatter.md) - [bundler (`deno bundle`)](./tools/bundler.md) - [debugger (`--debug`)](./tools/debugger.md) |