Skip to content

Commit 88131d9

Browse files
authored
Update HTTPS
1 parent 21f2188 commit 88131d9

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
<meta name="robots" content="nofollow" />
1313
<meta name="description" content="Comandos Git, aprenda Git do básico ao avançado com tutorial para Windows, Mac e Linux (Ubuntu) usando as principais ferramentas como GitHub, BitBucket e GitLab">
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">
15-
<link rel="canonical" href="http://comandosgit.github.io/">
15+
<link rel="canonical" href="https://comandosgit.github.io/">
1616
<!-- Latest compiled and minified CSS -->
17-
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
17+
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
1818
<!-- Optional theme -->
19-
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
19+
<link rel="stylesheet" href="https://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 -->
@@ -35,7 +35,7 @@
3535
<br>
3636
<div class="col-xs-2">
3737
<div class="row">
38-
<a href="http://comandosgit.github.io/" title="Comandos Git - Aprenda Git do básico ao avançado">
38+
<a href="https://comandosgit.github.io/" title="Comandos Git - Aprenda Git do básico ao avançado">
3939
<img class="center" src="img/comandos-git.png" alt="ComandosGit">
4040
</a>
4141
</div>
@@ -78,16 +78,16 @@ <h4 id="instalacao">Instalação</h4>
7878
<p>Instalar o Git no Windows é muito fácil. O projeto msysgit tem um dos procedimentos mais simples de instalação. Simplesmente baixe o arquivo exe do instalador a partir da página do GitHub e execute-o:
7979
</p>
8080

81-
<div class="well well-sm"><a href="http://msysgit.github.com" title="Instalar Git no Windows">http://msysgit.github.com</a>
81+
<div class="well well-sm"><a href="https://msysgit.github.com" title="Instalar Git no Windows">https://msysgit.github.com</a>
8282
</div>
8383
<p>Após concluir a instalação, você terá tanto uma versão command line (linha de comando, incluindo um cliente SSH que será útil depois) e uma GUI padrão.</p>
8484
</div>
8585
<div class="tab-pane fade" id="mac">
8686
<p>Existem duas formas fáceis de se instalar Git em um Mac. A mais fácil delas é usar o instalador gráfico do Git, que você pode baixar da página do SourceForge:</p>
8787

88-
<div class="well well-sm"><a href="http://sourceforge.net/projects/git-osx-installer/" title="Instalar Git no Mac">http://sourceforge.net/projects/git-osx-installer/</a>
88+
<div class="well well-sm"><a href="https://sourceforge.net/projects/git-osx-installer/" title="Instalar Git no Mac">https://sourceforge.net/projects/git-osx-installer/</a>
8989
</div>
90-
<p>A outra forma comum é instalar o Git via MacPorts (<a href="http://www.macports.org" title="MacPorts">http://www.macports.org</a>). Se você tem o MacPOrts instalado, instale o Git via</p>
90+
<p>A outra forma comum é instalar o Git via MacPorts (<a href="https://www.macports.org" title="MacPorts">https://www.macports.org</a>). Se você tem o MacPOrts instalado, instale o Git via</p>
9191

9292
<div class="well well-sm">sudo port install git-core +svn +doc +bash_completion +gitweb</div>
9393
</div>
@@ -1040,7 +1040,7 @@ <h4>git write-tree</h4>
10401040
<div class="row">
10411041
<div class="col-xs-12">Developed by:<a href="https://github.com/rafaelstz" title="Rafael Corrêa Gomes">Rafael Corrêa Gomes</a>
10421042
</div>
1043-
<div class="col-xs-12">&copy;2016 <a href="http://comandosgit.github.io/">Comandosgit.github.io</a></div>
1043+
<div class="col-xs-12">&copy;2016 <a href="https://comandosgit.github.io/">Comandosgit.github.io</a></div>
10441044
<div class="col-xs-12"><a href="/license.html">License MIT</a></div>
10451045
</div>
10461046
</div>
@@ -1049,9 +1049,9 @@ <h4>git write-tree</h4>
10491049
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
10501050
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
10511051
<!-- Latest compiled and minified JavaScript -->
1052-
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
1052+
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
10531053
<!-- Go to www.addthis.com/dashboard to customize your tools -->
1054-
<script type="text/javascript" src="http://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4ea006db0c8d27d6"></script>
1054+
<script type="text/javascript" src="https://s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4ea006db0c8d27d6"></script>
10551055
<script type="text/javascript">
10561056
$('body').scrollspy({
10571057
target: '.navbar'
@@ -1079,4 +1079,4 @@ <h4>git write-tree</h4>
10791079
</script>
10801080
</body>
10811081

1082-
</html>
1082+
</html>

0 commit comments

Comments
 (0)