aboutsummaryrefslogtreecommitdiff
path: root/src/syscall/security_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/syscall/security_windows.go')
-rw-r--r--src/syscall/security_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syscall/security_windows.go b/src/syscall/security_windows.go
index 00dc920974..4e988c418a 100644
--- a/src/syscall/security_windows.go
+++ b/src/syscall/security_windows.go
@@ -30,7 +30,7 @@ const (
)
// This function returns 1 byte BOOLEAN rather than the 4 byte BOOL.
-// https://blogs.msdn.com/b/drnick/archive/2007/12/19/windows-and-upn-format-credentials.aspx
+// https://learn.microsoft.com/en-gb/archive/blogs/drnick/windows-and-upn-format-credentials
//sys TranslateName(accName *uint16, accNameFormat uint32, desiredNameFormat uint32, translatedName *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.TranslateNameW
//sys GetUserNameEx(nameFormat uint32, nameBuffre *uint16, nSize *uint32) (err error) [failretval&0xff==0] = secur32.GetUserNameExW