Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix broken links #31

Merged
merged 1 commit into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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