diff --git a/src/components/OrchInfoViewer.js b/src/components/OrchInfoViewer.js index f21a45f..78e2440 100644 --- a/src/components/OrchInfoViewer.js +++ b/src/components/OrchInfoViewer.js @@ -100,8 +100,11 @@ const OrchInfoViewer = (obj) => { } if (thisInfo.url) { + if (!thisInfo.url.startsWith('http')){ + thisInfo.url = "https://" + thisInfo.url; + } ensUrl = - +
{thisInfo.url}