From d3efe349bfa5adfb4da82b20267e37c44fbaafdf Mon Sep 17 00:00:00 2001 From: Robert Buchberger Date: Mon, 29 Jan 2024 18:08:32 +0100 Subject: [PATCH] Fix github pages build failure I have no idea why this only just broke now --- docs/users/notes/html_attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users/notes/html_attributes.md b/docs/users/notes/html_attributes.md index 35aca19..3ca5d3f 100644 --- a/docs/users/notes/html_attributes.md +++ b/docs/users/notes/html_attributes.md @@ -1,5 +1,5 @@ # HTML attributes Jekyll Picture Tag has comprehensive attribute support for all generated HTML. You can add - attributes both through the [liquid tag]({{ site.baseurl }}{% link /users/liquid_tag/index.md %}), - and the [preset]({{ site.baseurl }}{% link /usage/users/presets/html_attributes.md %}) (scroll down a bit). + attributes both through the [liquid tag](../liquid_tag/index.md), + and the [preset](../presets/html_attributes.md) (scroll down a bit).