Skip to content

Commit

Permalink
rename issues fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akramhar committed Apr 18, 2021
1 parent e6602a7 commit c4fb74f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions omero_microMetaApp/templates/microMetaAppOmero/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
4 changes: 2 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion src/app.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit c4fb74f

Please sign in to comment.