Skip to content

Commit

Permalink
docs: Changes explanation text to match example (#552)
Browse files Browse the repository at this point in the history
* Changes explanation text to match example

* Updates edit url to match repo main branch name

Co-authored-by: David Dias <[email protected]>
  • Loading branch information
camiblanch and thedaviddias authored Nov 11, 2020
1 parent 9ef80f4 commit 789cc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
showLastUpdateAuthor: true,
showLastUpdateTime: true,
editUrl: `${GITHUB_URL}/edit/develop/docs/`,
editUrl: `${GITHUB_URL}/edit/master/docs/`,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 789cc03

Please sign in to comment.