Skip to content

Commit 1964e13

Browse files
Merge pull request #119 from anveshmuppeda/dev
fix: Update editUrl in k8swebsite.config.ts for correct GitHub reposi…
2 parents f9d5a83 + 241ab29 commit 1964e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

k8swebsite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const config: Config = {
7474
path: 'commands', // Path to the commands directory
7575
routeBasePath: 'commands', // URL path for the commands section
7676
//sidebarPath: require.resolve('./sidebars-commands.js'), // Sidebar configuration for commands
77-
editUrl: 'https://github.com/anveshmuppeda/kubernetes/tree/dev/commands/',
77+
editUrl: 'https://github.com/anveshmuppeda/kubernetes/tree/dev/',
7878
},
7979
],
8080
],

0 commit comments

Comments
 (0)