Browse Source

Update README.md

Evgenii Neumerzhitckii 9 years ago
parent
commit
0f6c4a682c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -162,7 +162,7 @@ if keychain.lastResultCode != noErr { /* Report error */ }
 
 ## Known serious issue
 
-It [has been reported](https://github.com/marketplacer/keychain-swift/issues/15) that the library sometimes returns `nil`  instead of the stored Keychain value. The issue seems to be random and hard to reproduce. It may be connected with [the Keychain issue] reported on Apple developer forums. If you experienced this problem feel free to create an issue so we can discuss it and find solutions of workarounds.
+It [has been reported](https://github.com/marketplacer/keychain-swift/issues/15) that the library sometimes returns `nil`  instead of the stored Keychain value. The issue seems to be random and hard to reproduce. It may be connected with [the Keychain issue](https://forums.developer.apple.com/thread/4743) reported on Apple developer forums. If you experienced this problem feel free to create an issue so we can discuss it and find solutions of workarounds.
 
 ## Demo app