From ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6 Mon Sep 17 00:00:00 2001
From: Adam Novak
Date: Wed, 8 Apr 2020 15:07:39 -0700
Subject: Don't assert that the metadata is really JSON-LD

---
 pages/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'pages')

diff --git a/pages/index.html b/pages/index.html
index 2269791..c2e5b64 100644
--- a/pages/index.html
+++ b/pages/index.html
@@ -17,7 +17,7 @@
             <br>
             <input type="file" id="fasta" name="fasta" accept=".fa,.fasta,.fna">
             <br>
-            <label for="metadata">Select JSON-LD metadata file following <a href="https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-schema.yml">this schema</a> (max 1MB):</label>
+            <label for="metadata">Select JSON metadata file following <a href="https://raw.githubusercontent.com/arvados/bh20-seq-resource/master/bh20sequploader/bh20seq-schema.yml">this schema</a> (max 1MB):</label>
             <br>
             <input type="file" id="metadata" name="metadata" accept=".json">
             <br>
-- 
cgit v1.2.3