We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a1c912 commit 113e1efCopy full SHA for 113e1ef
src/components/vendor-links/vendor-links.tsx
@@ -69,7 +69,7 @@ export const OTALink: React.FunctionComponent<VendorProps> = (props: VendorProps
69
break;
70
71
case 'Ubisys':
72
- url = `https://www.ubisys.de/en/support/firmware/changelog-${device.definition?.model
+ url = `https://www.ubisys.de/en/support/firmware/change-logs-${device.definition?.model
73
?.replace(/[-]/g, '')
74
.toLowerCase()}/`;
75
0 commit comments