From bda9c570c92b035015a7b3c452b1cb117304e2e2 Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Fri, 18 Mar 2016 23:06:29 -0400 Subject: [PATCH] Remove reference to liquidmarkup.org domain --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 06ac8d6..993b70e 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ repository: https://github.com/Shopify/liquid # Build settings baseurl: /liquid # the subpath of your site, e.g. /blog/ -url: http://liquidmarkup.org # the base hostname & protocol for your site +url: https://shopify.github.io # the base hostname & protocol for your site markdown: redcarpet redcarpet: extensions: ["with_toc_data", "tables", "disable_indented_code_blocks", "no_intra_emphasis"]