From 02d5bffaaed73b2c2b8bba9b521faa8fca2a646e Mon Sep 17 00:00:00 2001 From: "T.J. Maher" Date: Thu, 8 Feb 2018 10:49:41 -0500 Subject: [PATCH] Broken links in README.md: Topics Covered There are broken links in the README.md documentation, in the "Topics covered in the example" section. Fix: Pointed the links to https://docs.gauge.org. Closes Issue #2. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d4d1bfd..731b3fd 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,11 @@ bundle exec gauge run specs --env="ie" ## Topics covered in the example -* [Specification](http://getgauge.io/documentation/user/current/specifications/index.html), [Scenario](http://getgauge.io/documentation/user/current/specifications/scenarios.html), [Step](http://getgauge.io/documentation/user/current/specifications/steps.html), [Concepts](http://getgauge.io/documentation/user/current/specifications/concepts.html) and [Context Steps](http://getgauge.io/documentation/user/current/specifications/contexts.html) -* [Table parameters](http://getgauge.io/documentation/user/current/specifications/parameters.html#table-parameter) -* Using [External datasource (special param)](http://getgauge.io/documentation/user/current/specifications/parameters.html#special-parameters) -* Using [tags](http://getgauge.io/documentation/user/current/specifications/tags.html) +* [Specification](https://docs.gauge.org/longstart.html#specifications-spec), [Scenario](https://docs.gauge.org/longstart.html#scenarios), [Steps](https://docs.gauge.org/longstart.html#steps), [Concepts](https://docs.gauge.org/longstart.html#concepts), and [Context Steps](https://docs.gauge.org/longstart.html#contexts) +* [Parameters](https://docs.gauge.org/longstart.html#parameters) such as [Table parameters](https://docs.gauge.org/longstart.html#table-parameters) +* Using [External datasource (special param)](https://docs.gauge.org/longstart.html#special-parameters) +* Using [tags](https://docs.gauge.org/longstart.html#tags) * Using Gauge with [Selenium Webdriver](http://docs.seleniumhq.org/projects/webdriver/) # Copyright -Copyright 2016, ThoughtWorks Inc. +Copyright 2018, ThoughtWorks Inc.