From 6f2848f4a6027daf9ba77e2f7f62a563fd96cf1a Mon Sep 17 00:00:00 2001
From: Daniel Gasienica
Date: Mon, 29 Jul 2013 10:59:43 -0700
Subject: [PATCH] Fix incorrect port of standard Python server
/ht @zpao
---
examples/ballmer-peak/index.html | 2 +-
examples/basic-jsx-external/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/ballmer-peak/index.html b/examples/ballmer-peak/index.html
index a22828dcd34..f648368f61a 100644
--- a/examples/ballmer-peak/index.html
+++ b/examples/ballmer-peak/index.html
@@ -14,7 +14,7 @@ Ballmer Peak calculator
python -m SimpleHTTPServer
- and going to http://localhost:8080/.
+ and going to http://localhost:8000/.
Example Details
diff --git a/examples/basic-jsx-external/index.html b/examples/basic-jsx-external/index.html
index a0f07a3fdcf..f1abeebb56e 100644
--- a/examples/basic-jsx-external/index.html
+++ b/examples/basic-jsx-external/index.html
@@ -54,7 +54,7 @@ OR
cd /Path/To/This/File
python -m SimpleHTTPServer
-open -a "Google Chrome" http://localhost:8080/.
+open -a "Google Chrome" http://localhost:8000/.