Skip to content

Commit 1864f01

Browse files
committed
Merged
2 parents 73776c7 + 4ca4774 commit 1864f01

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bower.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"name": "bootstrap-social",
3-
"main": "bootstrap-social.css",
3+
"main": [
4+
"bootstrap-social.css",
5+
"bootstrap-social.less",
6+
"bootstrap-social.scss"
7+
],
48
"license": "MIT",
59
"ignore": [
610
"assets",

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<h1>Social Buttons for Bootstrap</h1>
3636
<p>
3737
Social Sign-In Buttons made in pure CSS based on
38-
<a href="https://twitter.github.io/bootstrap/">Bootstrap</a> and
38+
<a href="https://getbootstrap.com/">Bootstrap</a> and
3939
<a href="https://fortawesome.github.io/Font-Awesome/">Font Awesome</a>!
4040
</p>
4141
<a href="https://github.com/lipis/bootstrap-social" class="btn btn-outline btn-lg" onclick="_gaq.push(['_trackEvent', 'exit', 'header', 'GitHub']);"><span class="fa fa-github"></span> View on GitHub</a>

0 commit comments

Comments
 (0)