Skip to content

Commit b05577e

Browse files
authored
Fix approve-scripts links (#2768)
1 parent ae6ed0a commit b05577e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/_data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const sidebar = [
102102
},
103103
{
104104
title: "deno approve-scripts",
105-
href: "/runtime/reference/cli/approve-scripts/",
105+
href: "/runtime/reference/cli/approve_scripts/",
106106
},
107107
{
108108
title: "deno audit",

runtime/reference/cli/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ below for more information on each subcommand.
2121
## Dependency management
2222

2323
- [deno add](/runtime/reference/cli/add) - add dependencies
24-
- [deno approve-scripts](/runtime/reference/cli/approve-scripts) - manage
24+
- [deno approve-scripts](/runtime/reference/cli/approve_scripts) - manage
2525
lifecycle scripts of npm packages
2626
- [deno audit](/runtime/reference/cli/audit) - audit dependencies
2727
- deno cache - _(Deprecated. Please use

0 commit comments

Comments
 (0)