From 531b6c6412ead13640dc80a7612ff7e0d8876b0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 23 Jun 2021 15:21:21 +0200 Subject: [PATCH] persisting_sensitive_data.md: fix link --- topics/basics/persisting_sensitive_data.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/basics/persisting_sensitive_data.md b/topics/basics/persisting_sensitive_data.md index 86da55a3f..d596626ea 100644 --- a/topics/basics/persisting_sensitive_data.md +++ b/topics/basics/persisting_sensitive_data.md @@ -1,6 +1,6 @@ [//]: # (title: Persisting Sensitive Data) - + The Credentials Store API allows you to store sensitive user data securely, like passwords, server URLs, etc. @@ -48,6 +48,6 @@ The default storage format depends on the OS. [Windows]: https://keepass.info [macOS]: https://developer.apple.com/documentation/security/keychain_services [linux]: https://specifications.freedesktop.org/secret-service/latest/ -[linux]: https://wiki.gnome.org/Projects/Libsecret +[linux2]: https://wiki.gnome.org/Projects/Libsecret -Users can override the default behavior in Preferences \| Appearance & Behavior \| System Settings \| Passwords. \ No newline at end of file +Users can override the default behavior in Settings/Preferences | Appearance & Behavior | System Settings | Passwords. \ No newline at end of file