fix: remove extra / in doc url

This commit is contained in:
AJ ONeal
2023-12-12 01:58:58 -07:00
parent c080b96fcc
commit c116cb417f
+1 -1
View File
@@ -99,7 +99,7 @@ Releases.renderBash = async function (
['WEBI_ARCH', arch],
['WEBI_LIBC', libc],
['WEBI_TAG', tag],
['WEBI_RELEASES', `${baseurl}/${releaseUrl}`],
['WEBI_RELEASES', `${baseurl}${releaseUrl}`],
['WEBI_CSV', releaseCsv],
['WEBI_VERSION', rel.version],
['WEBI_MAJOR', v.major],