From bce2108ab2df4cf12ea437116a47d7d4bade8097 Mon Sep 17 00:00:00 2001 From: LuK1337 Date: Sat, 28 Oct 2023 15:11:40 +0200 Subject: [PATCH] wiki: Use relative_url filter for quirks Change-Id: I717e3a8f5496a3b4abc4f1919880c28d47b6b4eb --- _includes/templates/device_info.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/templates/device_info.md b/_includes/templates/device_info.md index ebd687cee6..e725d6f01b 100644 --- a/_includes/templates/device_info.md +++ b/_includes/templates/device_info.md @@ -82,7 +82,7 @@ There are multiple variants of this device. [Make sure you're viewing the right {%- continue %} {%- endif %} {%- assign title = match.title | remove: "Quirks - " %} -- [{{ title }}]({{ match.url }}) +- [{{ title }}]({{ match.url | relative_url }}) {%- endfor -%} {%- endif %}