From 387a7ef6b692984736313a5669ca43a5bc600786 Mon Sep 17 00:00:00 2001 From: Kevin Whinnery Date: Tue, 5 Sep 2023 09:54:17 -0500 Subject: [PATCH] fix broken links --- kv/manual/on_deploy.md | 2 +- runtime/manual/getting_started/command_line_interface.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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