aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/tutorial/index.ngdoc
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-10-27 21:54:51 +0000
committerPete Bacon Darwin2013-10-27 21:54:51 +0000
commitf3e3a65e29b1c64c723cfc55833c8c2f8f64d0b0 (patch)
treeedb5da2d2784c34c00a7e9166824cfd091a17aab /docs/content/tutorial/index.ngdoc
parentc9a1df3ae92183fc5074b02389fff524c508b731 (diff)
downloadangular.js-f3e3a65e29b1c64c723cfc55833c8c2f8f64d0b0.tar.bz2
docs(tutorial/index): fix git clone URL
Closes #4536
Diffstat (limited to 'docs/content/tutorial/index.ngdoc')
-rw-r--r--docs/content/tutorial/index.ngdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc
index 59f17b8d..6eaaad9c 100644
--- a/docs/content/tutorial/index.ngdoc
+++ b/docs/content/tutorial/index.ngdoc
@@ -66,7 +66,7 @@ and follow the instructions for setting up your computer.
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
<li><p>Clone the angular-phonecat repository located at
<a href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
- <pre>git clone git://github.com/angular/angular-phonecat.git</pre>
+ <pre>git clone https://github.com/angular/angular-phonecat.git</pre>
<p>This command creates the <code>angular-phonecat</code> directory in your current
directory.</p></li>
<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
<a href="http://git-scm.com/download">the Git site</a>.</p></li>
<li><p>Clone the angular-phonecat repository located at <a
href="https://github.com/angular/angular-phonecat">Github</a> by running the following command:</p>
- <pre>git clone git://github.com/angular/angular-phonecat.git</pre>
+ <pre>git clone https://github.com/angular/angular-phonecat.git</pre>
<p>This command creates the <code>angular-phonecat</code> directory in your current directory.</p></li>
<li><p>Change your current directory to <code>angular-phonecat</code>:</p>
<pre>cd angular-phonecat</pre>