Skip to content

Commit

Permalink
chore(baseline): update learn more link to glossary entry (#11532)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoMcA committed Jul 24, 2024
1 parent 86a9276 commit a291a6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/src/document/baseline-indicator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,9 @@ export function BaselineIndicator({ status }: { status: SupportStatus }) {
)}
<ul>
<li>
{/* eslint-disable-next-line react/jsx-no-target-blank */}
<a
href="/en-US/blog/baseline-evolution-on-mdn/"
href={`/${locale}/docs/Glossary/Baseline/Compatibility`}
data-glean={BASELINE.LINK_LEARN_MORE}
target="_blank"
className="learn-more"
Expand Down

0 comments on commit a291a6a

Please sign in to comment.