From d8158c6afda5b478eef2495716d49fb15cba28e5 Mon Sep 17 00:00:00 2001 From: Ariya Hidayat Date: Sun, 24 Nov 2013 08:54:16 -0800 Subject: [PATCH] URL needs to be phantomjs.org. https://github.com/ariya/phantomjs/issues/10627 --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 3e606714..39875b10 100644 --- a/_config.yml +++ b/_config.yml @@ -8,7 +8,7 @@ pygments: true githubEdit: https://github.com/ariya/phantomjs/edit/gh-pages/ # When pushing to GitHub -url: http://ariya.github.io/phantomjs +url: http://phantomjs.org # When Developing Locally # url: http://localhost:4000