Skip to content

Commit 548314f

Browse files
Clean up
1 parent 751d168 commit 548314f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ function remarkPluginFixLinksToRepositoryArtifacts(): Transformer<Root> {
5050
const artifactRelative = relative(repoRoot, artifact).replace(/\\/g, "/");
5151
const fileRelative = relative(repoRoot, file.path).replace(/\\/g, "/");
5252

53-
// We host all files under docs, will resolve as a relative link, but
53+
// We host all files under docs. Will resolve as a relative link, but
5454
// relative links passing between user and contributing are not resolved
55-
// correctly by docusaurus, so we need to rewrite them.
55+
// correctly by docusaurus. So we need to rewrite them.
5656
if (
5757
(artifactRelative.startsWith(userRelative) &&
5858
fileRelative.startsWith(userRelative)) ||

0 commit comments

Comments
 (0)