Skip to content

Commit d2831a8

Browse files
committed
fix: change dashbord download url
1 parent 42fb042 commit d2831a8

File tree

1 file changed

+1
-1
lines changed
  • ui/src/pages/Admin/Dashboard/components/HealthStatus

1 file changed

+1
-1
lines changed

ui/src/pages/Admin/Dashboard/components/HealthStatus/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const HealthStatus: FC<IProps> = ({ data }) => {
6262
<a
6363
className="ms-1 badge rounded-pill text-bg-warning"
6464
target="_blank"
65-
href="https://github.com/apache/answer/releases"
65+
href={`https://answer.apache.org/download?from_version=${version}`}
6666
rel="noreferrer">
6767
{t('update_to')} {remote_version}
6868
</a>

0 commit comments

Comments
 (0)