Skip to content

Commit

Permalink
Fix edit URLs for the website (#4850)
Browse files Browse the repository at this point in the history
* Fix edit URLs for the website

Fixes #4845

* Update blog URL
  • Loading branch information
cortinico committed May 21, 2022
1 parent 1997ea3 commit fe27504
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docusaurus.config.js
Expand Up @@ -24,12 +24,12 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/detekt/detekt/edit/main/docs/',
editUrl: 'https://github.com/detekt/detekt/edit/main/website/',
},
blog: {
showReadingTime: true,
editUrl:
'https://github.com/detekt/detekt/edit/main/docs/blog/',
'https://github.com/detekt/detekt/edit/main/website/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit fe27504

Please sign in to comment.