aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/getting_started.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-02-25 09:37:21 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2014-02-25 09:49:42 -0300
commit7aa500d2edcc2a2990e7a72799661d4a1227d441 (patch)
treed93d4c89ea829a35c4a1088096b9e5c51958cbac /guides/source/getting_started.md
parentc023a6f8c1e311f87e551857df8bda7f8131b969 (diff)
downloadrails-7aa500d2edcc2a2990e7a72799661d4a1227d441.tar.gz
rails-7aa500d2edcc2a2990e7a72799661d4a1227d441.tar.bz2
rails-7aa500d2edcc2a2990e7a72799661d4a1227d441.zip
Optimize getting started guide images, and use png instead of jpg
We noticed the rails gem increased in size between the beta and rc versions, and the reason is that some guides images were updated but not properly optimized, and one image changed from png to jpg, way bigger. Converting the jpg image back to png, and using ImageOptim to optimize all the images for web view, improves the situation [ci skip]. --- In current master/4-1-stable: 508K guides/assets/images/getting_started/ In v4.1.0.beta1: 268K guides/assets/images/getting_started/ In 4-0-stable 328K guides/assets/images/getting_started/ After the patch: 260K guides/assets/images/getting_started/
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 be318bf283..3ef9e04a02 100644
--- a/guides/source/getting_started.md
+++ b/guides/source/getting_started.md
@@ -206,7 +206,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.jpg)
+![Welcome aboard screenshot](images/getting_started/rails_welcome.png)
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