Skip to content

Commit e71c120

Browse files
authored
Merge pull request #299 from iQiliO/fix-readme-links
Fix readme links
2 parents e1fa84f + 0911bd2 commit e71c120

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Cucumber-CPP
22

3-
[![Join the chat at https://gitter.im/cucumber/cucumber-cpp](https://badges.gitter.im/cucumber/cucumber-cpp.svg)](https://gitter.im/cucumber/cucumber-cpp?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4-
53
## Overview
64

75
Cucumber-Cpp allows Cucumber to support step definitions written in C++.
86

9-
* [Cucumber-Cpp Website](http://github.com/cucumber/cucumber-cpp)
7+
* [Cucumber-Cpp Website](https://github.com/cucumber/cucumber-cpp)
108
* [Cucumber-Cpp Documentation](https://github.com/cucumber/cucumber-cpp/wiki/)
11-
* [Cucumber Website](http://cukes.info/)
12-
* [Cucumber Discussion Group](http://groups.google.com/group/cukes)
9+
* [Cucumber Website](https://cucumber.io/)
10+
* [Cucumber Discussion Group](https://cucumber.io/docs/community/get-in-touch/)
1311

1412
If you need to ask a question, don't open a ticket on GitHub! Please post
1513
your question on the Cucumber discussion group instead, prefixing the title
@@ -27,11 +25,11 @@ It relies on a few executables:
2725
It relies on a few libraries:
2826

2927
* [Asio](https://think-async.com/Asio/) 1.18.1 or later.
30-
* [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.
3129
* [GTest](https://github.com/google/googletest) 1.11.0 or later. Optional for the GTest driver.
3230
* [GMock](https://github.com/google/googletest) 1.11.0 or later. Optional for the internal test suite.
3331
* [nlohmann-json](https://github.com/nlohmann/json) 3.10.5 or later.
34-
* [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.
3533
* [TCLAP](https://tclap.sourceforge.net/) 1.2.5 or later.
3634

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

0 commit comments

Comments
 (0)