Skip to content

Commit

Permalink
Link the Wikipedia page instead of the LY corporation homepage (#5840)
Browse files Browse the repository at this point in the history
Motivation:

LY corporation's web pages are inaccessible from EU, where our users
are.

Modifications:

- Replaced the URL of LY corporation with its Wikipedia page.

Result:

- One less broken link
  • Loading branch information
trustin authored Jul 30, 2024
1 parent e2b298d commit b2684a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ const IndexPage = (props: RouteComponentProps): JSX.Element => {
<OutboundLink href="https://netty.io/">Netty</OutboundLink>
</Tooltip>{' '}
and his colleagues at{' '}
<Tooltip title="The company behind LINE and Yahoo! Japan, leaders in digital communication and web services">
<OutboundLink href="https://techblog.lycorp.co.jp/en">
<Tooltip title="The company behind LINE and Yahoo! Japan, the leaders in digital communication and web services">
<OutboundLink href="https://en.wikipedia.org/wiki/LY_Corporation">
LY Corporation
</OutboundLink>
</Tooltip>{' '}
Expand Down

0 comments on commit b2684a2

Please sign in to comment.