Skip to content

Commit 362e974

Browse files
committed
No infix -latest
1 parent f0ec262 commit 362e974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/md2html/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ for filename in $(ls -1 ../../versions/[23456789].*.md | sort -r) ; do
6060
fi
6161

6262
if [ ${minorVersion} != ${lastMinor} ] && [ ${minorVersion} != 2.0 ]; then
63-
ln -sf ../../deploy/oas/v$version.html ../../deploy/oas/v$minorVersion-latest.html
63+
ln -sf ../../deploy/oas/v$version.html ../../deploy/oas/v$minorVersion.html
6464
lastMinor=$minorVersion
6565
fi
6666
done

0 commit comments

Comments
 (0)