Skip to content

Commit 9d8ce2d

Browse files
authored
Update check.js - iobroker.dev links fixed (#4764)
1 parent a5068f3 commit 9d8ce2d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/check.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,10 @@ async function doIt() {
368368
const statistic = await getUrl('https://www.iobroker.net/data/statistics.json');
369369

370370
comments.push({text:`\n`, noDecorate: true});
371-
comments.push({text:`Adapter releases: https://www.iobroker.dev/adapter/${adapterName}/releases`, noDecorate: true});
372-
comments.push({text:`Adapter statistic: https://www.iobroker.dev/adapter/${adapterName}/statistics`, noDecorate: true});
371+
//comments.push({text:`Adapter releases: https://www.iobroker.dev/adapter/${adapterName}/releases`, noDecorate: true});
372+
comments.push({text:`Adapter releases: https://www.iobroker.dev/adapter/${owner}${adapter}/releases`, noDecorate: true});
373+
//comments.push({text:`Adapter statistic: https://www.iobroker.dev/adapter/${adapterName}/statistics`, noDecorate: true});
374+
comments.push({text:`Adapter statistic: https://www.iobroker.dev/adapter/${owner}${adapter}/statistics`, noDecorate: true});
373375

374376
const now = new Date();
375377
const totalUser = statistic['adapters'][adapterName];

0 commit comments

Comments
 (0)