Skip to content

Commit 8c7aec9

Browse files
committed
Use https links
1 parent 2b10ba2 commit 8c7aec9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Installation
4545
```
4646

4747
``` bash
48-
$> curl -sS http://getcomposer.org/installer | php
48+
$> curl -sS https://getcomposer.org/installer | php
4949
$> php composer.phar install
5050
```
5151

@@ -59,7 +59,7 @@ Testing
5959
```
6060
2. If you do not have Docker, but you have Java
6161
```bash
62-
curl -L http://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar > selenium-server-standalone-2.53.1.jar
62+
curl -L https://selenium-release.storage.googleapis.com/2.53/selenium-server-standalone-2.53.1.jar > selenium-server-standalone-2.53.1.jar
6363
java -jar selenium-server-standalone-2.53.1.jar
6464
```
6565
2. Start WebServer by running
@@ -81,5 +81,5 @@ Maintainers
8181
-----------
8282

8383
* Christophe Coevoet [stof](https://github.com/stof)
84-
* Pete Otaqui [pete-otaqui](http://github.com/pete-otaqui)
84+
* Pete Otaqui [pete-otaqui](https://github.com/pete-otaqui)
8585
* Alexander Obuhovich [aik099](https://github.com/aik099)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "behat/mink-selenium2-driver",
33
"description": "Selenium2 (WebDriver) driver for Mink framework",
44
"keywords": ["selenium", "webdriver", "javascript", "ajax", "testing", "browser"],
5-
"homepage": "http://mink.behat.org/",
5+
"homepage": "https://mink.behat.org/",
66
"type": "mink-driver",
77
"license": "MIT",
88

0 commit comments

Comments
 (0)