diff --git a/style-guide.md b/style-guide.md
index e27f25b..77bf53c 100644
--- a/style-guide.md
+++ b/style-guide.md
@@ -64,7 +64,7 @@ When creating pages, consider which part of the protocol the content you wish to
As a convention, URL components (i.e. directories and pages) should contain only lower-case letters, numbers, and hyphens.
Full words, separated by hyphens, are preferred over abbreviations, acronyms, or the use of punctuation or spaces.
-For example, the page for the version message exists at [/protocol/network/messages/version](/protocol/network/messages/version).
+For example, the page for the version message exists at [/protocol/network/messages/version](/protocol/network/messages/version).
A page relating to SLP (Simple Ledger Protocol) may exist at a path like /protocol/simple-ledger-protocol/[page-name].
Once you have created the page, consider which existing pages should link to the new page and add links as appropriate.