Skip to content

Commit 68de42c

Browse files
authored
Update Company.logo example url
The logos are on pigment.github.io, not pigment.github.com
1 parent 6ba0639 commit 68de42c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/default/company.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Faker::Company.ein #=> "34-8488813"
2222
Faker::Company.duns_number #=> "08-341-3736"
2323

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

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

0 commit comments

Comments
 (0)