Fix incorrect port of standard Python server

/ht @zpao
This commit is contained in:
Daniel Gasienica 2013-07-29 10:59:43 -07:00
parent c347b720a9
commit 6f2848f4a6
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<pre>
python -m SimpleHTTPServer
</pre>
and going to <a href="http://localhost:8080/">http://localhost:8080/</a>.
and going to <a href="http://localhost:8000/">http://localhost:8000/</a>.
</p>
</div>
<h4>Example Details</h4>

View File

@ -54,7 +54,7 @@
<pre id="chromeServerCLI" class="codeBox">
cd /Path/To/This/File
python -m SimpleHTTPServer
open -a "Google Chrome" <a href="http://localhost:8080/">http://localhost:8080/</a>. </pre>
open -a "Google Chrome" <a href="http://localhost:8000/">http://localhost:8000/</a>. </pre>
</li>
</ol>
<h4 id="chromeErrorFooter" style="color: #733"></h4>