File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
packages/cursorless-org-docs Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ const require = createRequire(import.meta.url);
1212const userRelative = "packages/cursorless-org-docs/src/docs/user" ;
1313const contributingRelative =
1414 "packages/cursorless-org-docs/src/docs/contributing" ;
15+ const repoLink = "https://github.com/cursorless-dev/cursorless/tree/main/" ;
1516
1617/**
1718 * Files within /docs reference repository directories
@@ -62,11 +63,7 @@ function remarkPluginFixLinksToRepositoryArtifacts(): Transformer<Root> {
6263 return ;
6364 }
6465
65- const repoLink =
66- "https://github.com/cursorless-dev/cursorless/tree/main/" ;
67- const linkToRepositoryArtifact = repoLink . concat ( artifactRelative ) ;
68-
69- node . url = linkToRepositoryArtifact ;
66+ node . url = repoLink . concat ( artifactRelative ) ;
7067 } ) ;
7168 } ;
7269}
You can’t perform that action at this time.
0 commit comments