Skip to content

Commit e737c18

Browse files
authored
[BUGFIX] Correct Xing link prefix (#657)
1 parent 908bfc8 commit e737c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Enum/LinkTypes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ final class LinkTypes extends AbstractEnum
8282
self::BLUESKY => 'https://bsky.app/profile/',
8383
self::THREADS => 'https://www.threads.net/@',
8484
self::YOUTUBE => 'https://www.youtube.com/@',
85-
self::XING => 'https://www.xing.com/pages/',
85+
self::XING => 'https://www.xing.com/profile/',
8686
self::LINKEDIN => 'https://www.linkedin.com/in/',
8787
self::GITHUB => 'https://github.com/',
8888
self::GITLAB => 'https://gitlab.com/',

0 commit comments

Comments
 (0)