Skip to content

Commit

Permalink
fix: OPTIC-1243: Version history will navigate to a LabelStudio owned…
Browse files Browse the repository at this point in the history
… url
  • Loading branch information
bmartel committed Nov 14, 2024
1 parent 218f285 commit cd5a653
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ export const VersionProvider = ({ children }) => {
};

export const VersionNotifier = ({ showNewVersion, showCurrentVersion }) => {
const url = "https://pypi.org/project/label-studio/#history";
const { newVersion, updateTime, latestVersion, version } = useContext(VersionContext) ?? {};
const url = `https://labelstud.io/redirect/update?version=${version}`;

return newVersion && showNewVersion ? (
<Block tag="li" name="version-notifier">
Expand Down

0 comments on commit cd5a653

Please sign in to comment.