From f3e3a65e29b1c64c723cfc55833c8c2f8f64d0b0 Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Sun, 27 Oct 2013 21:54:51 +0000 Subject: docs(tutorial/index): fix git clone URL Closes #4536 --- docs/content/tutorial/index.ngdoc | 4 ++-- 1 file 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. the Git site.

  • Clone the angular-phonecat repository located at Github by running the following command:

    -
    git clone git://github.com/angular/angular-phonecat.git
    +
    git clone https://github.com/angular/angular-phonecat.git

    This command creates the angular-phonecat directory in your current directory.

  • Change your current directory to angular-phonecat:

    @@ -94,7 +94,7 @@ to run scripts/web-server.js, a simple bundled http server.

    the Git site.

  • Clone the angular-phonecat repository located at Github by running the following command:

    -
    git clone git://github.com/angular/angular-phonecat.git
    +
    git clone https://github.com/angular/angular-phonecat.git

    This command creates the angular-phonecat directory in your current directory.

  • Change your current directory to angular-phonecat:

    cd angular-phonecat
    -- cgit v1.2.3