From f60bbca1ead8a6c176a2a112035afab925a190b3 Mon Sep 17 00:00:00 2001 From: Chris DeLuca Date: Mon, 29 Jun 2015 17:26:07 -0400 Subject: [PATCH] Fix broken link to mobile emulator docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1594e6..eb432aef 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,7 @@ browser.safeExecute("wrong!!!", function(err, res) { //returns It is possible to use `wd` to test mobile devices using either Selenium or Appium. However in either case the full JsonWire protocol is not supported (or is buggy). -Examples [here](https://github.com/admc/wd/tree/master/examples/mobile). +Examples [here](https://github.com/appium/sample-code/tree/master/sample-code/examples/node). ### Selenium