all: Fix Microsoft documentation links in code comments (#7387)

This commit is contained in:
tomasz1986
2021-02-20 14:56:45 +01:00
committed by GitHub
parent c5663689a3
commit 1ed0116147
6 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ package syncthing
import "syscall"
// https://msdn.microsoft.com/en-us/library/windows/desktop/aa379649(v=vs.85).aspx
// https://docs.microsoft.com/windows/win32/secauthz/well-known-sids
const securityLocalSystemRID = "S-1-5-18"
func isSuperUser() bool {