Skip to content

Commit d81e00c

Browse files
Updated docusaurus editUrl parameter (#2643)
Fixes #2640 ## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [/] I have not broken the cheatsheet
1 parent 75b347c commit d81e00c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/cursorless-org-docs/docusaurus.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ const config: Config = {
108108
// Followed https://ricard.dev/how-to-set-docs-as-homepage-for-docusaurus/
109109
// to serve a markdown document on homepage
110110
routeBasePath: "/",
111-
editUrl: "https://github.com/cursorless-dev/cursorless/edit/main",
111+
editUrl:
112+
"https://github.com/cursorless-dev/cursorless/edit/main/packages/cursorless-org-docs/",
112113
sidebarPath: require.resolve("./sidebar.js"),
113114
beforeDefaultRemarkPlugins: [
114115
remarkPluginFixLinksToRepositoryArtifacts,

0 commit comments

Comments
 (0)