Skip to content

Commit

Permalink
fix: correct editUrl
Browse files Browse the repository at this point in the history
Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
  • Loading branch information
g1eny0ung committed Nov 5, 2020
1 parent ad33d08 commit dbca98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/',
editUrl: 'https://github.com/chaos-mesh/website/edit/master/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
editUrl: 'https://github.com/chaos-mesh/chaos-mesh/edit/master/website/',
editUrl: 'https://github.com/chaos-mesh/website/edit/master/',
},
theme: {
customCss: require.resolve('./src/styles/custom.css'),
Expand Down

0 comments on commit dbca98b

Please sign in to comment.