Skip to content
This repository has been archived by the owner on Aug 1, 2020. It is now read-only.

Commit

Permalink
Added https
Browse files Browse the repository at this point in the history
  • Loading branch information
Fengyuan Chen committed May 10, 2016
1 parent ffb5400 commit 4471b23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/fengyuanchen/cropper/blob/master/README.md">Docs</a></li>
<li><a href="https://github.com/fengyuanchen/cropper">GitHub</a></li>
<li><a href="//fengyuanchen.github.io">More</a></li>
<li><a href="https://fengyuanchen.github.io">More</a></li>
<li><a href="http://chenfengyuan.com">About</a></li>
</ul>
</nav>
Expand Down
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<ul class="nav navbar-nav navbar-right">
<li><a href="https://github.com/fengyuanchen/cropper/tree/v2.3.0/README.md">Docs</a></li>
<li><a href="https://github.com/fengyuanchen/cropper">GitHub</a></li>
<li><a href="//fengyuanchen.github.io/">More</a></li>
<li><a href="https://fengyuanchen.github.io/">More</a></li>
<li><a href="http://chenfengyuan.com">About</a></li>
</ul>
</nav>
Expand Down Expand Up @@ -522,7 +522,7 @@ <h4 class="modal-title" id="getCroppedCanvasTitle">Cropped</h4>
</ul>
</div><!-- /.dropdown -->

<a class="btn btn-default btn-block" data-toggle="tooltip" href="//fengyuanchen.github.io/cropperjs" title="Cropper without jQuery">Cropper.js</a>
<a class="btn btn-default btn-block" data-toggle="tooltip" href="https://fengyuanchen.github.io/cropperjs" title="Cropper without jQuery">Cropper.js</a>

</div><!-- /.docs-toggles -->
</div>
Expand All @@ -546,7 +546,7 @@ <h4 class="modal-title" id="getCroppedCanvasTitle">Cropped</h4>
<!-- Scripts -->
<script src="https://code.jquery.com/jquery-1.12.3.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="//fengyuanchen.github.io/js/common.js"></script>
<script src="https://fengyuanchen.github.io/js/common.js"></script>
<script src="js/cropper.min.js"></script>
<script src="js/main.js"></script>
</body>
Expand Down

0 comments on commit 4471b23

Please sign in to comment.