Skip to content

Commit

Permalink
Update GitHub edit URL in docusaurus.config.js (#59969)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalczaplinski committed Mar 19, 2024
1 parent 5571a79 commit 9c88cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config = {
docs: {
sidebarPath: require.resolve( './sidebars.js' ),
editUrl:
'https://github.com/WordPress/gutenberg/tree/main/platform-docs/',
'https://github.com/WordPress/gutenberg/tree/trunk/platform-docs/',
},
theme: {
customCss: require.resolve( './src/css/custom.css' ),
Expand Down

0 comments on commit 9c88cf0

Please sign in to comment.