Skip to content

Commit

Permalink
wiki: Use relative_url filter for quirks
Browse files Browse the repository at this point in the history
Change-Id: I717e3a8f5496a3b4abc4f1919880c28d47b6b4eb
  • Loading branch information
luk1337 committed Oct 28, 2023
1 parent 4f7cf62 commit bce2108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/templates/device_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand Down

0 comments on commit bce2108

Please sign in to comment.