Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 5841af6

Browse files
Andrewjuliemr
Andrew
authored andcommitted
fixing link to "control flow doc"
1 parent 06e34b9 commit 5841af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ writing tests, keep the following in mind:
1313
- The test code and scripts running in the browser are separated, and only
1414
communicate through the [WebDriver wire protocol](https://code.google.com/p/selenium/wiki/JsonWireProtocol).
1515
- WebDriver commands are scheduled on a control flow and return promises, not
16-
primitive values. See the [control flow doc](docs/control-flow.md) for more
16+
primitive values. See the [control flow doc](/control-flow.md) for more
1717
info.
1818
- To run tests, WebDriverJS needs to talk to a selenium standalone server
1919
running as a separate process.

0 commit comments

Comments
 (0)