chore: update link to sonarcloud is happy

This commit is contained in:
Jacob Overgaard
2024-09-12 13:39:31 +02:00
parent 18729f0d86
commit 7fb148baaa

View File

@@ -58,7 +58,7 @@ export const serverInformationHandlers = [
ctx.json<GetServerUpgradeCheckResponse>({
type: 'Minor',
comment: "14.2.0.0 is released. Upgrade today - it's free!",
url: 'http://our.umbraco.org/contribute/releases/1420',
url: 'https://our.umbraco.com/download/releases/1420',
}),
);
}),