aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Novak2020-04-08 15:07:39 -0700
committerAdam Novak2020-04-08 15:07:39 -0700
commitce80c29ef5c93aed80ab3b98a3c2eedb740e32b6 (patch)
tree5c3e47d7a64145515d136a239c447430dfd82a8c
parent414c308b8860d1b20481a2ec3b2f6381e4f6061b (diff)
downloadbh20-seq-resource-ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6.tar.gz
bh20-seq-resource-ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6.tar.lz
bh20-seq-resource-ce80c29ef5c93aed80ab3b98a3c2eedb740e32b6.zip
Don't assert that the metadata is really JSON-LD
-rw-r--r--pages/index.html2
1 files changed, 1 insertions, 1 deletions
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>