Broken link to MSDN (#39814)

Fix broken link to MSDN site for FileSystemRights enumeration

+label: docsite_pr

(cherry picked from commit ea7883ef7e)
This commit is contained in:
Charles 2018-05-07 15:16:23 -04:00 committed by Jordan Borean
parent 515ab5fd99
commit 17f7d35b32
No known key found for this signature in database
GPG key ID: 2AAC89085FBBDAB5

View file

@ -44,7 +44,7 @@ options:
- The rights/permissions that are to be allowed/denied for the specified
user or group for the item at C(path).
- If C(path) is a file or directory, rights can be any right under MSDN
FileSystemRights U(https://msdn.microsoft.com/en-us/library/system.security.accesscontrol.filesystemrights=.aspx).
FileSystemRights U(https://msdn.microsoft.com/en-us/library/system.security.accesscontrol.filesystemrights.aspx).
- If C(path) is a registry key, rights can be any right under MSDN
RegistryRights U(https://msdn.microsoft.com/en-us/library/system.security.accesscontrol.registryrights.aspx).
required: yes