react router link in function code example
Example 1: react router external link
<Link to={{ pathname: "https://example.zendesk.com/hc/en-us/articles/123456789-Privacy-Policies" }} target="_blank" />
Example 2: Link react router
<Link to="/about">About</Link>