diff --git a/Docs/Index.md b/Docs/Index.md index 81cf5c7..3307a42 100644 --- a/Docs/Index.md +++ b/Docs/Index.md @@ -11,7 +11,7 @@ Managing permissions with PowerShell is only a bit easier than in VBS or the com You have two options: * Download the latest release from the [releases](https://github.com/raandree/NTFSSecurity/releases) section on GitHub. -* Download the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/NTFSSecurity): +* Download the module from the [PowerShell Gallery](https://www.powershellgallery.com/packages/NTFSSecurity): ```PowerShell Install-Module -Name NTFSSecurity diff --git a/mkdocs.yml b/mkdocs.yml index 67cb3f9..f39052b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -48,4 +48,4 @@ site_name: NTFSSecurity theme: readthedocs site_author: Raimund Andrée, James Smith edit_uri: edit/master/Help/ -docs_dir: Docs \ No newline at end of file +docs_dir: ./Docs \ No newline at end of file