Skip to content

Commit 92404bc

Browse files
committed
Bootstrap left bar links bug fixed
1 parent f131654 commit 92404bc

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<meta name="keywords" content="git branch, git commit, git remote, comandos git, github, git merge, windows, mac, bitbucket, git, linux, ubuntu, debian, controle de verão, git add, git pull, git push, git remote">
1515
<link rel="canonical" href="http://comandosgit.github.io/">
1616
<!-- Latest compiled and minified CSS -->
17-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
17+
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
1818
<!-- Optional theme -->
19-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
19+
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
2020
<link rel="stylesheet" type="text/css" href="style.css">
2121

2222
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -1048,9 +1048,9 @@ <h4>git write-tree</h4>
10481048
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
10491049
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
10501050
<!-- Latest compiled and minified JavaScript -->
1051-
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
1051+
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
10521052
<!-- Go to www.addthis.com/dashboard to customize your tools -->
1053-
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4ea006db0c8d27d6"></script>
1053+
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4ea006db0c8d27d6"></script>
10541054
<script type="text/javascript">
10551055
$('body').scrollspy({
10561056
target: '.navbar'

0 commit comments

Comments
 (0)