Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ Epub.js Reader

![Demo](http://fchasen.com/futurepress/epubjs-reader_moby-dick.png)

[Try it while reading Moby Dick](http://futurepress.github.com/epubjs-reader/)
[Try it while reading Moby Dick](https://futurepress.github.io/epubjs-reader/)

About the Reader
-------------------------

[Epub.js](http://futurepress.github.com/epub.js/) library.
[Epub.js](https://github.com/futurepress/epub.js/) library.


Getting Started
-------------------------

Open up [reader/index.html](http://futurepress.github.com/epubjs-reader/index.html) in a browser.
Open up [reader/index.html](https://futurepress.github.io/epubjs-reader/index.html) in a browser.

You can change the ePub it opens by passing a link to bookPath in the url:

Expand All @@ -23,7 +23,7 @@ You can change the ePub it opens by passing a link to bookPath in the url:
Running Locally
-------------------------

Install [node.js](http://nodejs.org/)
Install [node.js](https://nodejs.org/)

Then install the project dependences with npm

Expand All @@ -37,7 +37,7 @@ You can run the reader locally with the command
node start
```

Builds are concatenated and minified using [gruntjs](http://gruntjs.com/getting-started)
Builds are concatenated and minified using [gruntjs](https://gruntjs.com/getting-started)

To generate a new build run

Expand All @@ -60,9 +60,9 @@ IRC Server: freenode.net Channel: #epub.js

Follow us on twitter: @Epubjs

+ http://twitter.com/#!/Epubjs
+ https://twitter.com/Epubjs

Other
-------------------------

EPUB is a registered trademark of the [IDPF](http://idpf.org/).
EPUB is a registered trademark of the [IDPF](https://idpf.org/).