diff --git a/_posts/documentation/learn/2000-01-01-quick-start.md b/_posts/documentation/learn/2000-01-01-quick-start.md index 3a85beab..56d66b22 100644 --- a/_posts/documentation/learn/2000-01-01-quick-start.md +++ b/_posts/documentation/learn/2000-01-01-quick-start.md @@ -20,7 +20,7 @@ phantom.exit(); Save it as `hello.js` and then run it from the command line, not the REPL. -REPL is a simple, interactive computer programming environment. Read about REPL in the docs [Here](https://github.com/ariya/phantomjs/wiki/REPL). Again, REPL is the executable phantomjs.exe not the command line. +REPL is a simple, interactive computer programming environment. Read about REPL in the docs [Here]({{ site.url }}/repl.html). Again, REPL is the executable phantomjs.exe not the command line. From the command prompt type: