diff --git a/README.md b/README.md index ad60f03..d9f785c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # IIIF Adapter for the OpenLibrary BookReader ## Introduction -The following simple plugin is designed to extend the Internet Archive's [ BookReader javascript library ](https://github.com/openlibrary/bookreader), part of their [ OpenLibrary ](https://openlibrary.org/) project, so that IABookReader instances can consume images served from a IIIF-compatible backend. Many of the world's top universities, libraries, museums, and repositories have made thousands of previously inaccessible, rare resources freely and interoperably available using the IIIF API specifications. For more information, explore the documentation on [iiif.io](https://www.iiif.io). +The following simple plugin is designed to extend the Internet Archive's [ BookReader javascript library ](https://github.com/openlibrary/bookreader), part of their [ OpenLibrary ](https://openlibrary.org/) project, so that IABookReader instances can consume images served from a IIIF-compatible backend. Many of the world's top universities, libraries, museums, and repositories have made thousands of previously inaccessible, rare resources freely and interoperably available using the IIIF API specifications. For more information, explore the documentation on [iiif.io](http://www.iiif.io). ## Usage -For a simple usage example, have a look in the [example directory](), or view the source of the available [live demo](). +For a simple usage example, have a look in the [example directory](https://github.com/aeschylus/IIIFBookReader/tree/master/example), or view the source of the available [live demo](http://aeschylus.github.io/IIIFBookReader/). diff --git a/example/js/main.js b/example/js/main.js index 69b0ecd..3ab42b3 100644 --- a/example/js/main.js +++ b/example/js/main.js @@ -1,7 +1,7 @@ var br = new BookReader(); br.IIIF({ - url: 'http://www.shared-canvas.org/impl/demo1d/res_human/manifest.json', - sequenceId : 'http://www.shared-canvas.org/impl/demo1d/res_human/sequence/normal.json', + url: 'http://dms-data.stanford.edu/data/manifests/Walters/qm670kv1873/manifest.json', + sequenceId : 'http://dms-data.stanford.edu/data/manifests/Walters/qm670kv1873/normal', maxWidth: 800 });