From f030e55f706358ca45e121244d412c347265866b Mon Sep 17 00:00:00 2001 From: Kaben Date: Thu, 20 Oct 2022 19:15:40 +0900 Subject: [PATCH] Fix URL to Liquid documentation (#9158) --- docs/_docs/posts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_docs/posts.md b/docs/_docs/posts.md index 9ff230ad..7167f672 100644 --- a/docs/_docs/posts.md +++ b/docs/_docs/posts.md @@ -96,7 +96,7 @@ Linking to a PDF for readers to download: ## Displaying an index of posts Creating an index of posts on another page should be easy thanks to -[Liquid](https://docs.shopify.com/themes/liquid/basics) and its tags. Here’s a +[Liquid](https://shopify.github.io/liquid/) and its tags. Here’s a simple example of how to create a list of links to your blog posts: {% raw %}