Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit f3e3a65

Browse files
docs(tutorial/index): fix git clone URL
Closes #4536
1 parent c9a1df3 commit f3e3a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/index.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ and follow the instructions for setting up your computer.
6666
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
6767
<li><p>Clone the angular-phonecat repository located at
6868
<a href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
69-
<pre>git clone git://github.com/angular/angular-phonecat.git</pre>
69+
<pre>git clone https://github.com/angular/angular-phonecat.git</pre>
7070
<p>This command creates the <code>angular-phonecat</code> directory in your current
7171
directory.</p></li>
7272
<li><p>Change your current directory to <code>angular-phonecat</code>:</p>
@@ -94,7 +94,7 @@ to run <code>scripts/web-server.js</code>, a simple bundled http server.</p></l
9494
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
9595
<li><p>Clone the angular-phonecat repository located at <a
9696
href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
97-
<pre>git clone git://github.com/angular/angular-phonecat.git</pre>
97+
<pre>git clone https://github.com/angular/angular-phonecat.git</pre>
9898
<p>This command creates the <code>angular-phonecat</code> directory in your current directory.</p></li>
9999
<li><p>Change your current directory to <code>angular-phonecat</code>:</p>
100100
<pre>cd angular-phonecat</pre>

0 commit comments

Comments
 (0)