Skip to content

Commit 37c8104

Browse files
authored
Merge pull request #201 from W1ldr/fix-cucumber-link-on-doc-page
fix: cucumber link on documentation page
2 parents 17f1224 + 4be696d commit 37c8104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/documentation.html.slim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ section
3333

3434
p
3535
| RSpec is composed of multiple libraries, which are designed to work together, or
36-
can be used independently with other testing tools like #{link_to 'Cucumber', 'http://cukes.info/'}
36+
can be used independently with other testing tools like #{link_to 'Cucumber', 'https://cucumber.io/docs/cucumber/'}
3737
or #{link_to 'Minitest', 'http://docs.seattlerb.org/minitest/'}. <br/>The parts of RSpec are:
3838

3939
ul

0 commit comments

Comments
 (0)