Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c61bb52

Browse files
committed
docs(tutorial): fix links in step 00
1 parent 2c7df15 commit c61bb52

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

docs/content/tutorial/step_00.ngdoc

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,15 @@ angular-seed, and run the application in the browser.
2424
<ul>
2525
<li><b>For node.js users:</b>
2626
<ol>
27-
<li>In a <i>separate</i> terminal tab or window, run
28-
<code>node ./scripts/web-server.js</code> to start the web server.</li>
29-
<li>Open a browser window for the app and navigate to <a
27+
<li>In a <i>separate</i> terminal tab or window, run <code>node ./scripts/web-server.js</code> to start the web server.</li>
28+
<li>Open a browser window for the app and navigate to <a
3029
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
3130
</ol>
3231
</li>
3332
<li><b>For other http servers:</b>
3433
<ol>
35-
<li>Configure the server to serve the files in the <code>angular-phonecat</code>
36-
directory.</li>
37-
<li>Navigate in your browser to
38-
<code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
34+
<li>Configure the server to serve the files in the <code>angular-phonecat</code> directory.</li>
35+
<li>Navigate in your browser to <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
3936
</ol>
4037
</li>
4138
</ul>
@@ -56,18 +53,14 @@ directory.</li>
5653
<ul>
5754
<li><b>For node.js users:</b>
5855
<ol>
59-
<li>In a <i>separate</i> terminal tab or window, run <code>node
60-
scripts\web-server.js</code> to start the web server.</li>
61-
<li>Open a browser window for the app and navigate to <a
62-
href="http://localhost:8000/app/index.html">http://localhost:8000/app/index.html</a></li>
56+
<li>In a <i>separate</i> terminal tab or window, run <code>node scripts\web-server.js</code> to start the web server.</li>
57+
<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>
6358
</ol>
6459
</li>
6560
<li><b>For other http servers:</b>
6661
<ol>
67-
<li>Configure the server to serve the files in the <code>angular-phonecat</code>
68-
directory.</li>
69-
<li>Navigate in your browser to
70-
<code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
62+
<li>Configure the server to serve the files in the <code>angular-phonecat</code> directory.</li>
63+
<li>Navigate in your browser to <code>http://localhost:[port-number]/[context-path]/app/index.html</code>.</li>
7164
</ol>
7265
</li>
7366
</ul>

0 commit comments

Comments
 (0)