diff options
Diffstat (limited to 'docs/content/tutorial/index.ngdoc')
| -rw-r--r-- | docs/content/tutorial/index.ngdoc | 32 | 
1 files changed, 15 insertions, 17 deletions
| diff --git a/docs/content/tutorial/index.ngdoc b/docs/content/tutorial/index.ngdoc index c26ea2df..1190aaf2 100644 --- a/docs/content/tutorial/index.ngdoc +++ b/docs/content/tutorial/index.ngdoc @@ -2,12 +2,12 @@  @name Tutorial  @description -A great way to get introduced to Angular is to work through this tutorial, which walks you through +A great way to get introduced to AngularJS is to work through this tutorial, which walks you through  the construction of an AngularJS web app. The app you will build is a catalog that displays a list  of Android devices, lets you filter the list to see only devices that interest you, and then view  details for any device. -<img src="img/tutorial/catalog_screen.png"> +<img src="img/tutorial/catalog_screen.png" width="488" height="413">  Work through the tutorial to see how Angular makes browsers smarter — without the use of extensions  or plug-ins. As you work through the tutorial, you will: @@ -72,9 +72,8 @@ directory.</p></li>  directory.</p></li>        <li><p>You will need an http server running on your system. Mac and Linux machines typically  have Apache pre-installed, but If you don't already have one installed, you can <a -href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">install -node.js</a>. Use <code>node</code> to run <code>scripts/web-server.js</code>,  a simple bundled -http server.</p></li> +href="http://nodejs.org/#download">install node.js</a>. Use <code>node</code> to run +<code>scripts/web-server.js</code>,  a simple bundled http server.</p></li>      </ol>    </doc:tutorial-instruction> @@ -97,11 +96,10 @@ directory.</p>        <p>You should run all <code>git</code> commands from msysGit bash.</p>        <p>Other commands like <code>test-server.bat</code> or <code>test.bat</code> should be  executed from the Windows command line.</li> -      <li><p>You need an http server running on your system. If you don't already have one -installed, you can install <a href="http://nodejs.org/">node.js</a>. Download the <a -href="http://node-js.prcn.co.cc/">pre-compiled binaries</a>, unzip them, and then add -<code>nodejs\bin</code> into your <code>PATH</code>. Use <code>node</code> to run -<code>scripts\web-server.js</code>, a simple, bundled http server.</p></li> +      <li><p>You need an http server running on your system, but if you don't already have one +already installed, you can install <a href="http://nodejs.org/#download">node.js</a>. Make sure that +<code>nodejs\bin</code> was added into your <code>PATH</code>. Use <code>node</code> to run +<code>scripts\web-server.js</code>, a simple bundled http server.</p></li>      </ol>    </doc:tutorial-instruction> @@ -119,9 +117,8 @@ containing all of the files and unzip them into the [tutorial-dir] directory</p>  <code>sandbox</code> directory.</p></li>        <li><p>You need an http server running on your system and Mac and Linux machines typically  have Apache pre-installed. If you don't have an http server installed, you can <a -href="https://github.com/joyent/node/wiki/Installing-Node.js-via-package-manager">install -node.js</a> and use it to run <code>scripts/web-server.js</code>, a simple bundled http -server.</p></li> +href="http://nodejs.org/#download">install node.js</a> and use it to run +<code>scripts/web-server.js</code>, a simple bundled http server.</p></li>      </ol>    </doc:tutorial-instruction> @@ -138,13 +135,14 @@ and unzip the files into the [tutorial-dir] directory</p></li>        <pre><code>cd [tutorial-dir]/sandbox</code></pre>        <p>The tutorial instructions assume you are running all commands from this directory.</p></li>        <li><p>You need an http server running on your system, but if you don't already have one -already installed, you can install <a href="http://nodejs.org/">node.js</a>. Download the <a -href="http://node-js.prcn.co.cc/">pre-compiled binaries</a>, unzip them, and then add -<code>nodejs\bin</code> into your <code>PATH</code>. Use <code>node</code> to run +already installed, you can install <a href="http://nodejs.org/#download">node.js</a>. Make sure that +<code>nodejs\bin</code> was added into your <code>PATH</code>. Use <code>node</code> to run  <code>scripts\web-server.js</code>, a simple bundled http server.</p></li>      </ol>    </doc:tutorial-instruction>  </doc:tutorial-instructions>  The last thing to do is to make sure your computer has a web browser and a good text editor -installed. Now, let's get going with {@link step_00 step 0}. +installed. Now, let's get some cool stuff done! + +{@link step_00 <span class="tutorial-start">Get Started!</span>} | 
