Skip to content

Commit 75771a6

Browse files
committed
docs: fix website edit URLs
1 parent 8b5844f commit 75771a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const { origin: url, pathname: baseUrl } = new URL(homepage);
1010
const [, organizationName, projectName] = new URL(repository).pathname.split(
1111
"/"
1212
);
13-
const editUrl = `${repository}/tree/docs/create-website/website/`;
13+
const editUrl = `${repository}/tree/main/website/`;
1414

1515
export default {
1616
title: "Prettier Java",

0 commit comments

Comments
 (0)