This is an automated email from the ASF dual-hosted git repository.
popduke pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bifromq-sites.git
The following commit(s) were added to refs/heads/master by this push:
new 460be1ae fix release note url
460be1ae is described below
commit 460be1aead8de77765af9d4b7683c056c0207270
Author: Yonny Hao <[email protected]>
AuthorDate: Wed Jan 28 16:26:14 2026 +0800
fix release note url
---
src/pages/download.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/pages/download.mdx b/src/pages/download.mdx
index bf24773f..27463e90 100644
--- a/src/pages/download.mdx
+++ b/src/pages/download.mdx
@@ -20,7 +20,7 @@ export const binSha =
`${downloadReleaseBase}/${releaseName}.tar.gz.sha512`;
export const winZipPkg = `${downloadReleaseBase}/${releaseName}-windows.zip`;
export const winZipAsc =
`${downloadReleaseBase}/${releaseName}-windows.zip.asc`;
export const winZipSha =
`${downloadReleaseBase}/${releaseName}-windows.zip.sha512`;
-export const releaseNoteUrl =
`https://github.com/apache/bifromq/releases/tag/${releaseVersion}`;
+export const releaseNoteUrl =
`https://github.com/apache/bifromq/releases/tag/v${releaseVersion}`;
# Download Apache BifroMQ (Incubating)