Skip to content

Commit 81a91c1

Browse files
committed
Update README.md
1 parent 429e140 commit 81a91c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

explainers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Currently, the following explainers are available to read and provide feedback:
99
<ul>{%- for file in site.static_files -%}
1010
{% if file.path contains 'explainer.md' %}
1111
{% assign items = file.path | split: "/" %}
12-
<li><a href="/DevTools/{{ file.path | remove:'.md'}}">{{ items[-2] }}</a></li>
12+
<li><a href="/DevTools{{ file.path | remove:'.md'}}">{{ items[-2] }}</a></li>
1313
{% endif %}
1414
{%- endfor -%}</ul>
1515

0 commit comments

Comments
 (0)