From 28c9ab8b2719d632dd03d2bf8bbd11044ccfef95 Mon Sep 17 00:00:00 2001 From: R Huish Date: Sat, 20 May 2017 08:56:09 +0100 Subject: [PATCH] Updated keyring link (#2667) * Updated keyring link New link: https://pypi.python.org/pypi/keyring/10.3.2 * Point to the upstream source of the information --- source/_docs/configuration/secrets.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration/secrets.markdown b/source/_docs/configuration/secrets.markdown index db62c0159f4..14170759340 100644 --- a/source/_docs/configuration/secrets.markdown +++ b/source/_docs/configuration/secrets.markdown @@ -59,7 +59,7 @@ This will print all your secrets ### {% linkable_title Storing passwords in a keyring managed by your OS %} -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. +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. ```bash $ hass --script keyring --help