From 11c17ac50e33015a888b9b3c11fdd815e2a92fa9 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 28 Oct 2019 09:02:14 +0100 Subject: [PATCH] README.md: Convert a link to HTTPS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49c2b7b8..4d1aaf95 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Copy the `secrets.properties.template` file to `secrets.properties` like so: $ cp test/de/schildbach/pte/live/secrets.properties.template test/de/schildbach/pte/live/secrets.properties -You need to request the secrets directly from the provider. For Navitia based providers, you can [request a secret here](http://www.navitia.io/register). +You need to request the secrets directly from the provider. For Navitia based providers, you can [request a secret here](https://www.navitia.io/register). How to run live tests? ----------------------