Skip to content

Commit 789cc03

Browse files
docs: Changes explanation text to match example (#552)
* Changes explanation text to match example * Updates edit url to match repo main branch name Co-authored-by: David Dias <[email protected]>
1 parent 9ef80f4 commit 789cc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ module.exports = {
9393
sidebarPath: require.resolve('./sidebars.js'),
9494
showLastUpdateAuthor: true,
9595
showLastUpdateTime: true,
96-
editUrl: `${GITHUB_URL}/edit/develop/docs/`,
96+
editUrl: `${GITHUB_URL}/edit/master/docs/`,
9797
},
9898
theme: {
9999
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)