diff --git a/static/toh.js b/static/toh.js index 0a0992c0e..a28f8d794 100644 --- a/static/toh.js +++ b/static/toh.js @@ -172,7 +172,7 @@ function formatValue(colName, value) { return formatLink(`/toh/hwdata/${value.replace(/:/g, '/')}`, 'Edit', true); case 'devicepage': - return formatLink(`/${value.replace(/:/g, '/')}`, value.replace(/^.+/, ''), true); + return formatLink(`/${value.replace(/:/g, '/')}`, value.replace(/^.+[:\/]/, ''), true); case 'target': return formatLink(`/docs/techref/targets/${value}`, value, true);