Skip to content

Commit

Permalink
Merge pull request #3007 from dirschn/patch-1
Browse files Browse the repository at this point in the history
Update Company.logo example url
  • Loading branch information
stefannibrasil authored Oct 16, 2024
2 parents 53d7a89 + 68de42c commit ef75664
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 ef75664

Please sign in to comment.