Skip to content

Commit 7d947d9

Browse files
authored
Update example urls
1 parent f9f6c12 commit 7d947d9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Create the new ePub, and then render it to that element:
5656
book.renderTo("area", { method: "default", width: "100%", height: "100%" });
5757
```
5858

59-
[View example](https://s3.amazonaws.com/epubjs/examples/spreads.html)
59+
[View example](http://futurepress.github.io/epub.js/examples/spreads.html)
6060

6161
The default manager only displays a single section at a time.
6262

@@ -65,7 +65,7 @@ The default manager only displays a single section at a time.
6565
```js
6666
book.renderTo("area", { method: "continuous", width: "100%", height: "100%" });
6767
```
68-
[View example](https://s3.amazonaws.com/epubjs/examples/continuous-scrolled.html)
68+
[View example](http://futurepress.github.io/epub.js/examples/continuous-scrolled.html)
6969

7070
The continuous manager will display as many sections as need to fill the screen, and preload the next section offscreen. This enables seamless swiping / scrolling between pages on mobile and desktop, but is less performant than the default method.
7171

@@ -82,17 +82,17 @@ Flow will be based on the settings in the OPF, defaults to `paginated`.
8282
book.renderTo("area", { flow: "paginated", width: "900", height: "600" });
8383
```
8484

85-
[View example](https://s3.amazonaws.com/epubjs/examples/spreads.html)
85+
[View example](http://futurepress.github.io/epub.js/examples/spreads.html)
8686

8787
Scrolled: `book.renderTo("area", { flow: "scrolled-doc" });`
8888

89-
[View example](https://s3.amazonaws.com/epubjs/examples/scrolled.html)
89+
[View example](http://futurepress.github.io/epub.js/examples/scrolled.html)
9090

9191
## Documentation
9292

9393
API documentation is available at [epubjs.org/documentation/0.3/](http://epubjs.org/documentation/0.3/)
9494

95-
A Markdown version is included in the repo at [documentation/API.md](htts://github.com/futurepress/epub.js/blob/v0.3/documentation/API.md)
95+
A Markdown version is included in the repo at [documentation/API.md](https://github.com/futurepress/epub.js/blob/master/documentation/md/API.md)
9696

9797
## Running Locally
9898

0 commit comments

Comments
 (0)