diff options
author | Xavier Noria <fxn@hashref.com> | 2014-01-13 23:29:11 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2014-01-13 23:32:04 +0100 |
commit | e992cd4d91f41aa4af88344c6c723bb61c5c1511 (patch) | |
tree | c69c9d2204d7a6fa026643002f4cf9a22d5cb582 | |
parent | 7524a9166c0fbcb8d0fb720058c658245919e8be (diff) | |
download | rails-e992cd4d91f41aa4af88344c6c723bb61c5c1511.tar.gz rails-e992cd4d91f41aa4af88344c6c723bb61c5c1511.tar.bz2 rails-e992cd4d91f41aa4af88344c6c723bb61c5c1511.zip |
updates screenshot data [ci skip]
-rw-r--r-- | guides/source/getting_started.md | 2 |
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 |