Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f886b3

Browse files
committed
https:// => //
1 parent 87f85ce commit 1f886b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<div class="wrapper">
2020
<header>
2121
<div style="float: right; margin-top: 5px; right: 0;">
22-
<iframe src="https://ghbtns.com/github-btn.html?user=opauth&repo=opauth&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
22+
<iframe src="//ghbtns.com/github-btn.html?user=opauth&repo=opauth&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
2323
</div>
2424
<h1><a href="/">Opauth</a></h1>
2525
<p>Multi-provider authentication framework for PHP</p>
@@ -252,7 +252,7 @@ <h2>Issues &amp; questions</h2>
252252
} catch(err) {}
253253
</script>
254254

255-
<a href="https://github.com/opauth/opauth"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
255+
<a href="https://github.com/opauth/opauth"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
256256

257257
</body>
258258
</html>

0 commit comments

Comments
 (0)