diff --git a/Docs/Contributing/01-Getting-Started.md b/Docs/Contributing/01-Getting-Started.md index 998fa4d..163cf30 100644 --- a/Docs/Contributing/01-Getting-Started.md +++ b/Docs/Contributing/01-Getting-Started.md @@ -40,14 +40,14 @@ Here is the workflow for making major edits to existing documentation: ## Next steps -See [Writing PowerShell documentation](2-WRITING.md). +See [Writing PowerShell documentation](02-Writing.md). [git-help]: https://help.github.com/ [new-issue]: https://help.github.com/articles/creating-an-issue/ -[doc-issues]: https://github.com/Sup3rlativ3/NTFSAccess-Docs/issues +[doc-issues]: https://github.com/Sup3rlativ3/NTFSAccess/issues [edit-file]: https://help.github.com/articles/editing-files-in-another-user-s-repository/ -[docs-repo]: https://github.com/Sup3rlativ3/NTFSAccess-Docs +[docs-repo]: https://github.com/Sup3rlativ3/NTFSAccess [fork]: https://help.github.com/articles/fork-a-repo/ [clone]: https://help.github.com/articles/cloning-a-repository/ [push]: https://help.github.com/articles/pushing-to-a-remote/ diff --git a/Docs/Contributing/02-Writing.md b/Docs/Contributing/02-Writing.md index f42232e..7ee8b7f 100644 --- a/Docs/Contributing/02-Writing.md +++ b/Docs/Contributing/02-Writing.md @@ -27,7 +27,7 @@ The default Markdown engine in OPS is built on the top of [markdig][]. This engi CommonMark specification and supports extensions for DocFX. In the latest version of the [CommonMark][] specification, many spacing rules have changed. Spaces are significant in Markdown. Don't use hard tabs in Markdown. For more detailed information about the Markdown specification, see the -[Markdown Specifics](4-MARKDOWN-SPECIFICS.md) article. +[Markdown Specifics](04-Markdown-Specifics.md) article. ## Creating new topics @@ -51,7 +51,7 @@ change to each version of the file. ## Next Steps -Read the [Style Guide](3-STYLE-GUIDE.md). +Read the [Style Guide](03-Style-Guide.md). [markdig]: https://github.com/lunet-io/markdig diff --git a/Docs/Contributing/03-Style-Guide.md b/Docs/Contributing/03-Style-Guide.md new file mode 100644 index 0000000..e69de29 diff --git a/Docs/Contributing/04-Markdown-Specifics.md b/Docs/Contributing/04-Markdown-Specifics.md new file mode 100644 index 0000000..e69de29