Skip to content

Commit 767e3b0

Browse files
authored
fix typo per #38
closes issue #38
1 parent 4443105 commit 767e3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ Your pull requests are welcome; however, they may not be accepted for various re
2626

2727
## Cross-Links
2828

29-
To properly link from one page in the user-manual docs to another, use the syntax `[link name](../page/)` to link to the top level, or `[link name](../page/#anchor)` to link to an anchor (like a heading) in another document. Note that `page` does _not_ include the `.md` extension. The anchor names are the lower-case version of the section headers, with spaces replaced by hyphens. Thus, from the [Themes](content/docs/themes/) page, link to the [**Preferences > Style Configurator**](content/docs/preferences/#style-configurator) using the syntax `[**Preferences > Style Configurator**](../preferences/#style-configurator)
29+
To properly link from one page in the user-manual docs to another, use the syntax `[link name](../page/)` to link to the top level, or `[link name](../page/#anchor)` to link to an anchor (like a heading) in another document. Note that `page` does _not_ include the `.md` extension. The anchor names are the lower-case version of the section headers, with spaces replaced by hyphens. Thus, from the [Themes](content/docs/themes/) page, link to the [**Preferences > Style Configurator**](content/docs/preferences/#style-configurator) using the syntax `[**Preferences > Style Configurator**](../preferences/#style-configurator)`.

0 commit comments

Comments
 (0)