diff --git a/docs/nodejs_example.md b/docs/nodejs_example.md index a09ad8f31..8cd2e31ca 100644 --- a/docs/nodejs_example.md +++ b/docs/nodejs_example.md @@ -47,7 +47,7 @@ module.exports = function () { this.Given(/^I am on the Cucumber.js GitHub repository$/, function() { - return this.driver.get('https://github.com/cucumber/cucumber-js/tree/cr-readmeExample'); + return this.driver.get('https://github.com/cucumber/cucumber-js/tree/master'); }); this.When(/^I click on "([^"]*)"$/, function (text) {