Skip to content
This repository was archived by the owner on Jul 16, 2023. It is now read-only.

Commit 70bdf50

Browse files
committed
fix: website edit url.
1 parent b15632e commit 70bdf50

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
@@ -137,7 +137,7 @@ module.exports = {
137137
{
138138
docs: {
139139
sidebarPath: require.resolve('./sidebars.js'),
140-
editUrl: 'https://github.com/dart-code-checker/website/blob/main/',
140+
editUrl: 'https://github.com/dart-code-checker/dart-code-metrics/tree/master/website/',
141141
},
142142
theme: {
143143
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)