From 29b97d664eef5bea16ec1a2f99ca5f635cc45639 Mon Sep 17 00:00:00 2001 From: Shauvik RC Date: Fri, 14 Jul 2017 13:17:42 -0400 Subject: [PATCH] Update grid.md (#8835) --- docs/en/advanced-concepts/grid.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/advanced-concepts/grid.md b/docs/en/advanced-concepts/grid.md index dc20dcebe..a8a8d7c43 100644 --- a/docs/en/advanced-concepts/grid.md +++ b/docs/en/advanced-concepts/grid.md @@ -1,6 +1,6 @@ ## Selenium Grid -You are able to register your appium server with a local [Selenium grid](https://code.google.com/p/selenium/wiki/Grid2) ([setup docs](http://docs.seleniumhq.org/docs/07_selenium_grid.jsp)) by using the +You are able to register your appium server with a local [Selenium grid](https://github.com/SeleniumHQ/selenium/wiki/Grid2) ([setup docs](http://docs.seleniumhq.org/docs/07_selenium_grid.jsp)) by using the `--nodeconfig` server parameter. ```center @@ -14,7 +14,7 @@ In the node config file you have to define the `browserName`, will re-direct your test to the right device. You will also need to configure your **host** details and the **selenium grid** details. For a full list of all parameters and descriptions look -[here](http://code.google.com/p/selenium/source/browse/java/server/src/org/openqa/grid/common/defaults/GridParameters.properties) +[here](https://github.com/SeleniumHQ/selenium/blob/master/java/server/src/org/openqa/grid/common/defaults/DefaultNodeWebDriver.json) Once you start the appium server and it registers with the grid, you will see your device on the grid console page: