Skip to content

Commit

Permalink
Merge pull request octalmage#277 from HarrySarson/patch-1
Browse files Browse the repository at this point in the history
Link in readme to docs goes straight to website
  • Loading branch information
octalmage authored Apr 28, 2017
2 parents 95daecd + f7170e5 commit d557e46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is a work in progress so the exported functions could change at any time be

- [Installation](#installation)
- [Examples](#examples)
- [API](https://github.com/octalmage/robotjs/wiki/Syntax)
- [API](https://http://robotjs.io/docs/syntax)
- [Building](#building)
- [Plans](#plans)
- [Progress](#progress)
Expand Down Expand Up @@ -89,9 +89,9 @@ console.log("#" + hex + " at x:" + mouse.x + " y:" + mouse.y);
```
Read the [Wiki](https://github.com/octalmage/robotjs/wiki) for more information!

## [API](https://github.com/octalmage/robotjs/wiki/Syntax)
## [API](http://robotjs.io/docs/syntax)

The [RobotJS API](https://github.com/octalmage/robotjs/wiki/Syntax) is contained in the [Wiki](https://github.com/octalmage/robotjs/wiki).
The RobotJS API is hosted at <https://robotjs.io/docs/syntax>.

## Building

Expand Down

0 comments on commit d557e46

Please sign in to comment.