Skip to content

Commit ad8b497

Browse files
authored
Fixing edit URL (#153)
Signed-off-by: Jonsy13 <[email protected]>
1 parent f1f8f9a commit ad8b497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ module.exports = {
162162
{
163163
docs: {
164164
sidebarPath: require.resolve('./sidebars.js'),
165-
editUrl: 'https://github.com/litmuschaos/litmus-docs/edit/staging/website',
165+
editUrl: 'https://github.com/litmuschaos/litmus-docs/edit/master/website',
166166
showLastUpdateTime: true
167167
},
168168
theme: {

0 commit comments

Comments
 (0)