diff options
| author | Igor Minar | 2013-08-21 02:17:52 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-08-21 02:17:52 -0700 |
| commit | c61bb52c95013fdb2e4073c7ad8c28ee29bca34f (patch) | |
| tree | 55f1febe34bf1bcef3c8dd025b418fb38ad0c6f8 | |
| parent | 2c7df1550cb6c60b5b5459797d250402a3358ff3 (diff) | |
| download | angular.js-c61bb52c95013fdb2e4073c7ad8c28ee29bca34f.tar.bz2 | |
docs(tutorial): fix links in step 00
| -rw-r--r-- | docs/content/tutorial/step_00.ngdoc | 23 |
1 files changed, 8 insertions, 15 deletions
diff --git a/docs/content/tutorial/step_00.ngdoc b/docs/content/tutorial/step_00.ngdoc index 0dc6deb8..146f9244 100644 --- a/docs/content/tutorial/step_00.ngdoc +++ b/docs/content/tutorial/step_00.ngdoc @@ -24,18 +24,15 @@ angular-seed, and run the application in the browser. <ul> <li><b>For node.js users:</b> <ol> - <li>In a <i>separate</i> terminal tab or window, run -<code>node ./scripts/web-server.js</code> to start the web server.</li> - <li>Open a browser window for the app and navigate to <a + <li>In a <i>separate</i> terminal tab or window, run <code>node ./scripts/web-server.js</code> to start the web server.</li> + <li>Open a browser window for the app and navigate to <a href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li> </ol> </li> <li><b>For other http servers:</b> <ol> - <li>Configure the server to serve the files in the <code>angular-phonecat</code> -directory.</li> - <li>Navigate in your browser to -<code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li> + <li>Configure the server to serve the files in the <code>angular-phonecat</code> directory.</li> + <li>Navigate in your browser to <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li> </ol> </li> </ul> @@ -56,18 +53,14 @@ directory.</li> <ul> <li><b>For node.js users:</b> <ol> - <li>In a <i>separate</i> terminal tab or window, run <code>node -scripts\web-server.js</code> to start the web server.</li> - <li>Open a browser window for the app and navigate to <a -href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li> + <li>In a <i>separate</i> terminal tab or window, run <code>node scripts\web-server.js</code> to start the web server.</li> + <li>Open a browser window for the app and navigate to <a href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li> </ol> </li> <li><b>For other http servers:</b> <ol> - <li>Configure the server to serve the files in the <code>angular-phonecat</code> -directory.</li> - <li>Navigate in your browser to -<code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li> + <li>Configure the server to serve the files in the <code>angular-phonecat</code> directory.</li> + <li>Navigate in your browser to <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li> </ol> </li> </ul> |
