Merge pull request #12584 from josemalonsom/update-link-to-repl-doc-page

Update 2000-01-01-quick-start.md
gh-pages
Ariya Hidayat 2014-09-21 09:19:16 -07:00
commit eb2498d60f
1 changed files with 1 additions and 1 deletions

View File

@ -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: