Skip to content

Commit 3b40bb7

Browse files
committed
Corrected homer
1 parent c5a35d1 commit 3b40bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def list_of_countries
3939

4040
def list_of_simpsons
4141
[
42-
{ :name => "Homer", :age => 38, :gender => "M", :catchphrase => "D'oh!", :pic => "http://simpsons.wikia.com/wiki/Homer_Simpson?file=Homer_Simpson.png"},
42+
{ :name => "Homer", :age => 38, :gender => "M", :catchphrase => "D'oh!", :pic => "http://images.wikia.com/simpsons/images/b/bd/Homer_Simpson.png"},
4343
{ :name => "Marge", :age => 34, :gender =>"F" , :catchphrase => "Hmm...", :pic =>"http://images.wikia.com/simpsons/images/0/0b/Marge_Simpson.png"},
4444
{ :name => "Bart", :age => 10, :gender => "M", :catchphrase => "Eat My Shorts!", :pic =>"http://images.wikia.com/simpsons/images/6/65/Bart_Simpson.png"},
4545
{ :name => "Lisa", :age =>8, :gender =>"F", :catchphrase => "Trust in yourself and you can achieve anything.", :pic =>"http://images.wikia.com/simpsons/images/5/57/Lisa_Simpson2.png"},

0 commit comments

Comments
 (0)