Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
schwemmer committed Sep 22, 2019
2 parents 3015573 + 3c1b207 commit 5d18a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/ValidateManifestDialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var ValidateManifestDialog = React.createClass({
.then(function(myJsonResponse) {
// returned bin ID from myjson.com
var uriToValidate = myJsonResponse.data.uri;
var baseUriValidator = "http://iiif.io/api/presentation/validator/service/validate?url=";
var baseUriValidator = "https://iiif.io/api/presentation/validator/service/validate?url=";
var validatorOptions = "&version=2.0&format=json";
axios.get(baseUriValidator + uriToValidate + validatorOptions)
.then(function(validatorResponse){
Expand Down
2 changes: 1 addition & 1 deletion public/bundle.js

Large diffs are not rendered by default.

0 comments on commit 5d18a0a

Please sign in to comment.