diff --git a/packages/web/util.js b/packages/web/util.js index e63e9932a..f442efb3b 100644 --- a/packages/web/util.js +++ b/packages/web/util.js @@ -321,11 +321,11 @@ export function getExamplesList(docType){ "type": "invalid" }, "TypoCheckWithoutTypos": { - "addr": "./node_modules/@thing-description-playground/core/examples/tds/typo/typoCheckWithoutTypos.json", + "addr": "./node_modules/@thing-description-playground/core/examples/tds/valid/typoCheckWithoutTypos.json", "type": "valid" }, "TypoCheckWithTypos": { - "addr": "./node_modules/@thing-description-playground/core/examples/tds/typo/typoCheckWithTypos.json", + "addr": "./node_modules/@thing-description-playground/core/examples/tds/invalid/typoCheckWithTypos.json", "type": "warning" } }