aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2014-01-13 23:29:11 +0100
committerXavier Noria <fxn@hashref.com>2014-01-13 23:32:04 +0100
commite992cd4d91f41aa4af88344c6c723bb61c5c1511 (patch)
treec69c9d2204d7a6fa026643002f4cf9a22d5cb582 /guides/source/getting_started.md
parent7524a9166c0fbcb8d0fb720058c658245919e8be (diff)
downloadrails-e992cd4d91f41aa4af88344c6c723bb61c5c1511.tar.gz
rails-e992cd4d91f41aa4af88344c6c723bb61c5c1511.tar.bz2
rails-e992cd4d91f41aa4af88344c6c723bb61c5c1511.zip
updates screenshot data [ci skip]
Diffstat (limited to 'guides/source/getting_started.md')
-rw-r--r--guides/source/getting_started.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/getting_started.md b/guides/source/getting_started.md
index 58b19b322b..ebc56cba58 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -187,7 +187,7 @@ This will fire up WEBrick, a web server distributed with Ruby by default. To see
your application in action, open a browser window and navigate to
<http://localhost:3000>. You should see the Rails default information page:
-![Welcome Aboard screenshot](images/getting_started/rails_welcome.png)
+![Welcome aboard screenshot](images/getting_started/rails_welcome.jpg)
TIP: To stop the web server, hit Ctrl+C in the terminal window where it's
running. To verify the server has stopped you should see your command prompt