From 47272590fdd1634772f90ab9d215fa7cf3bf5ecf Mon Sep 17 00:00:00 2001 From: Josh Green Date: Mon, 28 Sep 2020 14:22:47 -0400 Subject: [PATCH] Style Guide Formatting Minor resolution for broken style-guide formatting. --- style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.