diff --git a/kv/manual/on_deploy.md b/kv/manual/on_deploy.md index d8fceb4fc..1e3535c6f 100644 --- a/kv/manual/on_deploy.md +++ b/kv/manual/on_deploy.md @@ -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 diff --git a/runtime/manual/getting_started/command_line_interface.md b/runtime/manual/getting_started/command_line_interface.md index 1f91ce6b2..030aae851 100644 --- a/runtime/manual/getting_started/command_line_interface.md +++ b/runtime/manual/getting_started/command_line_interface.md @@ -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