From 258bfc2c994cb5c1855872386098e50da7c35029 Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Mon, 11 Oct 2021 13:49:52 +0200 Subject: [PATCH] Use HTTPS for the homepage --- README.md | 5 ++--- composer.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2299506a6..433e14eb8 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,8 @@ Mink Useful Links ------------ -- The main website with documentation is at [http://mink.behat.org](http://mink.behat.org) -- Official Google Group is at [http://groups.google.com/group/behat](http://groups.google.com/group/behat) -- IRC channel on [#freenode](http://freenode.net/) is `#behat` +- The main website with documentation is at [https://mink.behat.org](https://mink.behat.org) +- Official Google Group is at [https://groups.google.com/group/behat](https://groups.google.com/group/behat) - [Note on Patches/Pull Requests](CONTRIBUTING.md) Usage Example diff --git a/composer.json b/composer.json index 9ef42ac65..784e29b08 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "behat/mink", "description": "Browser controller/emulator abstraction for PHP", "keywords": ["web", "testing", "browser"], - "homepage": "http://mink.behat.org/", + "homepage": "https://mink.behat.org/", "type": "library", "license": "MIT",