We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fb042 commit d2831a8Copy full SHA for d2831a8
ui/src/pages/Admin/Dashboard/components/HealthStatus/index.tsx
@@ -62,7 +62,7 @@ const HealthStatus: FC<IProps> = ({ data }) => {
62
<a
63
className="ms-1 badge rounded-pill text-bg-warning"
64
target="_blank"
65
- href="https://github.com/apache/answer/releases"
+ href={`https://answer.apache.org/download?from_version=${version}`}
66
rel="noreferrer">
67
{t('update_to')} {remote_version}
68
</a>
0 commit comments