Skip to content

Commit 28c9ab8

Browse files
genestealerfabaff
authored andcommitted
Updated keyring link (home-assistant#2667)
* Updated keyring link New link: https://pypi.python.org/pypi/keyring/10.3.2 * Point to the upstream source of the information
1 parent cfe778c commit 28c9ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/_docs/configuration/secrets.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ This will print all your secrets
5959

6060
### {% linkable_title Storing passwords in a keyring managed by your OS %}
6161

62-
Using [Keyring](http://pythonhosted.org/keyring/) is an alternative way to `secrets.yaml`. They can be managed from the command line via the keyring script.
62+
Using [Keyring](https://github.com/jaraco/keyring) is an alternative way to `secrets.yaml`. They can be managed from the command line via the keyring script.
6363

6464
```bash
6565
$ hass --script keyring --help

0 commit comments

Comments
 (0)