Skip to content

Commit

Permalink
change "vivliostyle.com" to "vivliostyle.org"
Browse files Browse the repository at this point in the history
  • Loading branch information
MurakamiShinyu committed Jun 21, 2018
1 parent 588b2aa commit a3d866d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ JavaScript library for web sites with rich paged viewing and EPUB support, share

## Try Vivliostyle.js

<http://vivliostyle.com/en/sample/>
<https://vivliostyle.org/samples/>

## Bug reports & feature requests

Expand All @@ -17,7 +17,7 @@ Please send them to

### Using an all-in-one package

Download an all-in-one package from <http://vivliostyle.com/en/sample/> and follow the instruction in it.
Download an all-in-one package from <https://vivliostyle.org/download/> and follow the instruction in it.

See <https://github.com/vivliostyle/vivliostyle-ui> for source code of the UI.

Expand Down
4 changes: 2 additions & 2 deletions build/deploy-viewer-to-gh-pages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ git clone --depth=1 --branch=gh-pages [email protected]:vivliostyle/vivliostyle.js.
cd gh-pages

# git configuration
git config user.email "kwkbtr@vivliostyle.com"
git config user.name "kwkbtr (Travis CI)"
git config user.email "murakami@vivliostyle.org"
git config user.name "MurakamiShinyu (Travis CI)"

# update gh-pages branch
cp -R ../vivliostyle.js/samples/* samples/
Expand Down
2 changes: 1 addition & 1 deletion test/files/content-attr.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
<div class="with-string-type" data-test-content="Text in a attribute : with string type "></div>
<div class="with-string-type-and-default"></div>
<div class="url" data-test-content="./vivliostyle-logo.png"></div>
<div><a href="http://vivliostyle.com"></a></div>
<div><a href="https://vivliostyle.org"></a></div>
</body>
</html>

0 comments on commit a3d866d

Please sign in to comment.