Evgenii Neumerzhitckii 8 лет назад
Родитель
Сommit
c15b9c3260
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -201,7 +201,7 @@ if keychain.set("hello world", forKey: "my key") {
 }
 ```
 
-To get a specific failure reason use the `lastResultCode` property containing result code for the last operation. See [Keychain Services Result Codes](https://developer.apple.com/library/mac/documentation/Security/Reference/keychainservices/#//apple_ref/doc/uid/TP30000898-CH5g-CJBEABHG).
+To get a specific failure reason use the `lastResultCode` property containing result code for the last operation. See [Keychain Result Codes](https://developer.apple.com/documentation/security/1542001-security_framework_result_codes).
 
 ```Swift
 keychain.set("hello world", forKey: "my key")