From 064f913d0e5de18d0468b5bf85dad2671e9e4597 Mon Sep 17 00:00:00 2001 From: josemalonsom Date: Sun, 21 Sep 2014 14:07:37 +0200 Subject: [PATCH] Update 2000-01-01-quick-start.md Update link to REPL doc page. --- _posts/documentation/learn/2000-01-01-quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: