Skip to content

Commit

Permalink
Merge pull request #31 from denoland/kv_content
Browse files Browse the repository at this point in the history
fix broken links
  • Loading branch information
kwhinnery authored Sep 5, 2023
2 parents 36dbc14 + 387a7ef commit f618cf8
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 f618cf8

Please sign in to comment.