From c4fb74f2b81ff014fa3ed07dcf6ffc751ff7cc66 Mon Sep 17 00:00:00 2001 From: akramhar Date: Sun, 18 Apr 2021 13:44:04 -0400 Subject: [PATCH] rename issues fixes --- omero_microMetaApp/templates/microMetaAppOmero/index.html | 4 ++-- public/index.html | 4 ++-- src/app.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/omero_microMetaApp/templates/microMetaAppOmero/index.html b/omero_microMetaApp/templates/microMetaAppOmero/index.html index 040a552..21dbba5 100644 --- a/omero_microMetaApp/templates/microMetaAppOmero/index.html +++ b/omero_microMetaApp/templates/microMetaAppOmero/index.html @@ -102,7 +102,7 @@ // Also, window.fetch requires HTTP so we getting this from GitHub... lol window .fetch( - "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/fullSchemaV3.json" + "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/fullSchema.json" ) .then(function (resp) { console.log(resp); @@ -119,7 +119,7 @@ // Also, window.fetch requires HTTP so we getting this from GitHub... lol window .fetch( - "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/dimensions/MicroscopeDimensions.json" + "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/dimensions/MicroscopeDimensions.json" ) .then(function (resp) { console.log(resp); diff --git a/public/index.html b/public/index.html index 040a552..21dbba5 100644 --- a/public/index.html +++ b/public/index.html @@ -102,7 +102,7 @@ // Also, window.fetch requires HTTP so we getting this from GitHub... lol window .fetch( - "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/fullSchemaV3.json" + "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/fullSchema.json" ) .then(function (resp) { console.log(resp); @@ -119,7 +119,7 @@ // Also, window.fetch requires HTTP so we getting this from GitHub... lol window .fetch( - "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/dimensions/MicroscopeDimensions.json" + "https://raw.githubusercontent.com/WU-BIMAC/4DNMetadataSchemaXSD2JSONConverter/master/versions/v02-00/dimensions/MicroscopeDimensions.json" ) .then(function (resp) { console.log(resp); diff --git a/src/app.js b/src/app.js index afa8ab7..932ead3 100644 --- a/src/app.js +++ b/src/app.js @@ -1,4 +1,4 @@ -import MicroscopyMetadataTool from "micro-meta-app-react"; +import MicroMetaAppReact from "micro-meta-app-react"; export default class MicroMetaAppOmero extends React.PureComponent { constructor(props) {