Skip to content

Commit 4099596

Browse files
Add troubleshooting links (#233)
https://microbit-global.monday.com/boards/1356069004/views/10076885/pulses/1390486472 Links are expected not to work just yet. I'll merge now but check them later via my list of URLs.
1 parent a0d1f9c commit 4099596

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/components/ReconnectHelp.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@
113113
</div>
114114

115115
<div class="flex justify-end gap-x-5">
116-
<!-- TODO: actual support URL -->
117116
<a
118117
class="inline-flex mr-auto gap-x-1 items-center text-link outline-none focus-visible:ring-4 focus-visible:ring-offset-1 focus-visible:ring-ring"
119-
href="https://support.microbit.org"
118+
href="https://support.microbit.org/a/solutions/articles/19000157495"
120119
target="_blank"
121120
rel="noopener">
122121
{$t('connectMB.troubleshooting')}

src/components/WhatYouWillNeedDialog.svelte

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,9 @@
5757
</StandardButton>
5858
{/if}
5959
{#if $state.reconnectState.reconnectFailed}
60-
<!-- TODO: actual support URL -->
6160
<a
6261
class="place-self-start text-link outline-none focus-visible:ring-4 focus-visible:ring-offset-1 focus-visible:ring-ring"
63-
href="https://support.microbit.org"
62+
href="https://support.microbit.org/a/solutions/articles/19000157495"
6463
target="_blank"
6564
rel="noopener">
6665
{$t('connectMB.troubleshoot')}

0 commit comments

Comments
 (0)