Skip to content

Commit 113e1ef

Browse files
authored
fix(vendor): update vendor-links.tsx (#2169)
Fix url string, changed to the actual one
1 parent 0a1c912 commit 113e1ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/vendor-links/vendor-links.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const OTALink: React.FunctionComponent<VendorProps> = (props: VendorProps
6969
break;
7070

7171
case 'Ubisys':
72-
url = `https://www.ubisys.de/en/support/firmware/changelog-${device.definition?.model
72+
url = `https://www.ubisys.de/en/support/firmware/change-logs-${device.definition?.model
7373
?.replace(/[-]/g, '')
7474
.toLowerCase()}/`;
7575
break;

0 commit comments

Comments
 (0)