Skip to content

Commit

Permalink
Update Welcome panel links
Browse files Browse the repository at this point in the history
  • Loading branch information
huntie committed Oct 10, 2023
1 parent d4798b0 commit 8604721
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front_end/panels/rn_welcome/RNWelcome.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ export class RNWelcomeImpl extends UI.Widget.VBox {
${i18nString(UIStrings.welcomeMessage)}
</div>
<div class="rn-welcome-links">
<x-link class="devtools-link" href="https://reactnative.dev/docs/next/debugging">
<x-link class="devtools-link" href="https://reactnative.dev/docs/debugging">
${i18nString(UIStrings.docsLabel)}
</x-link>
<x-link class="devtools-link" href="https://reactnative.dev/blog/tags/debugging">
<x-link class="devtools-link" href="https://reactnative.dev/blog">
${i18nString(UIStrings.whatsNewLabel)}
</x-link>
</div>
Expand Down

0 comments on commit 8604721

Please sign in to comment.