Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhinnery committed Sep 5, 2023
1 parent c8add14 commit 387a7ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kv/manual/on_deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Additionally, Deno KV is available within Deno itself, utilizing SQLite as its
backend. This feature has been accessible since Deno v1.32 with the `--unstable`
flag.

[Discover how to effectively use the Deno KV database by referring to the Deno Runtime user guide.](/runtime/manual/runtime/kv)
[Discover how to effectively use the Deno KV database by referring to the Deno Runtime user guide.](/kv/manual)

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion runtime/manual/getting_started/command_line_interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deno compile -h
deno compile --help
```

Detailed guides for each subcommand can be found [here](..//index.md).
Detailed guides for each subcommand can be found [here](../index.mdx).

## Script source

Expand Down

0 comments on commit 387a7ef

Please sign in to comment.