Skip to content

Commit

Permalink
Update Company.logo example url
Browse files Browse the repository at this point in the history
The logos are on pigment.github.io, not pigment.github.com
  • Loading branch information
dirschn authored Sep 26, 2024
1 parent 6ba0639 commit 68de42c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/default/company.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Faker::Company.ein #=> "34-8488813"
Faker::Company.duns_number #=> "08-341-3736"

# Get a random company logo url in PNG format.
Faker::Company.logo #=> "https://pigment.github.com/fake-logos/logos/medium/color/5.png"
Faker::Company.logo #=> "https://pigment.github.io/fake-logos/logos/medium/color/5.png"

Faker::Company.type #=> "Privately Held"

Expand Down

0 comments on commit 68de42c

Please sign in to comment.