Skip to content

Commit c2fbe3b

Browse files
Update config to point to main instead of master (#257)
1 parent bd8883a commit c2fbe3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ async function createConfig() {
3535
sidebarPath: require.resolve("./sidebars.js"),
3636
// Please change this to your repo.
3737
// Remove this to remove the "edit this page" links.
38-
editUrl: "https://github.com/bitwarden/contributing-docs/tree/master/",
38+
editUrl: "https://github.com/bitwarden/contributing-docs/tree/main/",
3939
remarkPlugins: [[remarkKroki, { server: "https://kroki.io/" }]],
4040
},
4141
theme: {

0 commit comments

Comments
 (0)