Skip to content

Commit fd19664

Browse files
authored
Merge pull request git-for-windows#15 from coliff/patch-1
https links
2 parents 79314ab + 7a73fcf commit fd19664

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<ul class="list-unstyled">
2323
<li><a style="font-weight:bold" href="https://github.com/git-for-windows/git/wiki/FAQ" target="_blank">FAQ</a></li>
2424
<li><a href="https://github.com/git-for-windows/git" target="_blank">Repository</a></li>
25-
<li><a href="http://groups.google.com/group/git-for-windows" target="_blank">Mailing List</a></li>
25+
<li><a href="https://groups.google.com/group/git-for-windows" target="_blank">Mailing List</a></li>
2626
</ul>
2727
</nav>
2828
<section class="content feature">
@@ -47,7 +47,7 @@ <h2>Tools &amp; Features</h2>
4747
<div class="content">
4848
<div class="vcentercontainer detailstext">
4949
<div>
50-
<p>Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the <a href="http://git-scm.com" target="_blank">Git SCM</a> to Windows while providing appropriate user interfaces for experienced Git users and novices alike.</p>
50+
<p>Git for Windows focuses on offering a lightweight, native set of tools that bring the full feature set of the <a href="https://git-scm.com" target="_blank">Git SCM</a> to Windows while providing appropriate user interfaces for experienced Git users and novices alike.</p>
5151
<h3 id="bash" >Git BASH</h3>
5252
<p>Git for Windows provides a BASH emulation used to run Git from the command line. *NIX users should feel right at home, as the BASH emulation behaves just like the "git" command in LINUX and UNIX environments.</p>
5353
<h3 id="git-gui" >Git GUI</h3>

0 commit comments

Comments
 (0)