Skip to content

Commit b411a7f

Browse files
committed
Change link for editing page
Signed-off-by: Saif Ul Islam <[email protected]>
1 parent 60b81d9 commit b411a7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ module.exports = {
161161
docs: {
162162
sidebarPath: require.resolve('./sidebars.js'),
163163
// Please change this to your repo.
164-
editUrl: 'https://github.com/facebook/docusaurus/edit/main/website/',
164+
editUrl: 'https://github.com/mapillary/mapillary-python-sdk/tree/main/docs',
165165
},
166166
blog: {
167167
showReadingTime: true,
168168
// Please change this to your repo.
169169
editUrl:
170-
'https://github.com/facebook/docusaurus/edit/main/website/blog/',
170+
'https://github.com/mapillary/mapillary-python-sdk/tree/main/docs',
171171
},
172172
theme: {
173173
customCss: require.resolve('./src/css/custom.css'),

0 commit comments

Comments
 (0)