Skip to content

Commit c27f4be

Browse files
committed
Short file names for minor version symlinks
1 parent 2dfc68f commit c27f4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/specification-version-list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%- assign segments = file.path | split: "/" -%}
55
{%- assign firstchar = file.basename | slice: 0 -%}
66
{%- assign patch_separator = file.basename | slice: 4 -%}
7-
{%- if segments[1] == include.specification and firstchar == "v" and patch_separator != "-" -%}
7+
{%- if segments[1] == include.specification and firstchar == "v" and patch_separator == "." -%}
88
{%- assign minor_version = file.basename | slice: 1, 3 -%}
99
{%- if minor_version != last_version -%}
1010
{% assign last_version = minor_version %}

0 commit comments

Comments
 (0)