Skip to content

Commit 2072907

Browse files
committed
Update README URLs based on HTTP redirects
1 parent 293c329 commit 2072907

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This is a work in progress so the exported functions could change at any time be
2626

2727
## Installation
2828

29-
Please ensure you have the [required dependencies](https://github.com/TooTallNate/node-gyp/#installation) before installing:
29+
Please ensure you have the [required dependencies](https://github.com/nodejs/node-gyp#installation) before installing:
3030

3131
* Windows
3232
* Visual Studio 2013 (Express works fine).
@@ -158,7 +158,7 @@ For any other questions please [submit an issue](https://github.com/octalmage/ro
158158

159159
## Story
160160

161-
I'm a huge fan of [AutoHotkey](http://www.autohotkey.com/), and I've used it for a very long time. AutoHotkey is great for automation and it can do a bunch of things that are very difficult in other languages. For example, it's [imagesearch](https://www.autohotkey.com/docs/commands/ImageSearch.htm) and [pixel](https://www.autohotkey.com/docs/commands/PixelGetColor.htm) related functions are hard to reproduce on Mac, especially in scripting languages. These functions are great for automating apps that can't be automated like [Netflix](http://blueshirtdesign.com/apps/autoflix/). This has never been a big deal since I've always used Windows at work, but for the past few years I've been using Mac exclusively.
161+
I'm a huge fan of [AutoHotkey](https://www.autohotkey.com/), and I've used it for a very long time. AutoHotkey is great for automation and it can do a bunch of things that are very difficult in other languages. For example, it's [imagesearch](https://www.autohotkey.com/docs/commands/ImageSearch.htm) and [pixel](https://www.autohotkey.com/docs/commands/PixelGetColor.htm) related functions are hard to reproduce on Mac, especially in scripting languages. These functions are great for automating apps that can't be automated like [Netflix](http://blueshirtdesign.com/apps/autoflix/). This has never been a big deal since I've always used Windows at work, but for the past few years I've been using Mac exclusively.
162162

163163
I like AutoHotkey, but I like Node.js more. By developing RobotJS I get an AutoHotkey replacement on Mac (finally!), and I get to use my favorite language.
164164

0 commit comments

Comments
 (0)