Skip to content

Commit

Permalink
Fix github project page.
Browse files Browse the repository at this point in the history
  • Loading branch information
micku7zu committed Jan 28, 2017
1 parent 9c691a7 commit bfcd052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Rewritten from [Tilt.js](https://github.com/gijsroge/tilt.js).
A tiny requestAnimationFrame powered 60+fps lightweight parallax tilt effect without any dependencies.
![Tilt.js demo gif](http://gijsroge.github.io/tilt.js/tilt.js.gif)

####Take a look at the **[landing page](http://micku7zu.github.io/vanillaTilt.js/)** for demo's.
####Take a look at the **[landing page](https://micku7zu.github.io/vanillaTilt.js/index.html)** for demo's.

### Usage

Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2862,7 +2862,7 @@
<body class="u-flex-set">

<aside>
<a href="/vanillaTilt.js" class="c-logo js-tilt" data-tilt-speed="400" data-tilt-scale="1.1" data-tilt-maxtilt="50"
<a href="https://github.com/micku7zu/vanillaTilt.js" class="c-logo js-tilt" data-tilt-speed="400" data-tilt-scale="1.1" data-tilt-maxtilt="50"
data-tilt-perspective="500">
<span class="backdrop"></span>
<span>vanillaTilt.js</span>
Expand Down

0 comments on commit bfcd052

Please sign in to comment.