Skip to content

Commit 0911bd2

Browse files
committed
use https for all links in Readme
1 parent ddd83d7 commit 0911bd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Cucumber-Cpp allows Cucumber to support step definitions written in C++.
66

7-
* [Cucumber-Cpp Website](http://github.com/cucumber/cucumber-cpp)
7+
* [Cucumber-Cpp Website](https://github.com/cucumber/cucumber-cpp)
88
* [Cucumber-Cpp Documentation](https://github.com/cucumber/cucumber-cpp/wiki/)
99
* [Cucumber Website](https://cucumber.io/)
1010
* [Cucumber Discussion Group](https://cucumber.io/docs/community/get-in-touch/)
@@ -25,11 +25,11 @@ It relies on a few executables:
2525
It relies on a few libraries:
2626

2727
* [Asio](https://think-async.com/Asio/) 1.18.1 or later.
28-
* [Boost.Test](http://www.boost.org/) 1.70. Optional for the Boost Test driver.
28+
* [Boost.Test](https://www.boost.org/) 1.70. Optional for the Boost Test driver.
2929
* [GTest](https://github.com/google/googletest) 1.11.0 or later. Optional for the GTest driver.
3030
* [GMock](https://github.com/google/googletest) 1.11.0 or later. Optional for the internal test suite.
3131
* [nlohmann-json](https://github.com/nlohmann/json) 3.10.5 or later.
32-
* [Qt6 or Qt5](http://qt-project.org/). Optional for the CalcQt example and QtTest driver.
32+
* [Qt6 or Qt5](https://qt-project.org/). Optional for the CalcQt example and QtTest driver.
3333
* [TCLAP](https://tclap.sourceforge.net/) 1.2.5 or later.
3434

3535
It might work with earlier versions of the libraries, but it was not tested with them.

0 commit comments

Comments
 (0)