Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 1cd9150

Browse files
committed
Update a couple of help links
1 parent b25988c commit 1cd9150

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/dashboard/cd-dashboard-pending-volunteering.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{{ $t('In the meantime, we recommend that you complete some of the following.') }}
1010
<ul class="cd-dashboard-pending-requests__info-recommendations">
1111
<li><a href="https://www.raspberrypi.org/safeguarding/e-learning-module/">{{ $t('Do our safeguarding module') }}</a></li>
12-
<li><a href="https://help.coderdojo.com/hc/en-us/articles/360000674903-Setting-up-and-running-a-Dojo-a-CoderDojo-guide">{{ $t('Look at our guide to mentoring') }}</a></li>
12+
<li><a href="https://help.coderdojo.com/cdkb/s/article/The-CoderDojo-Champions-Handbook">{{ $t('Look at our guide to mentoring') }}</a></li>
1313
<li><a href="https://projects.raspberrypi.org/org/coderdojo">{{ $t('Check out some projects you might like') }}</a></li>
1414
</ul>
1515
</div>

src/dashboard/cd-dashboard-stats.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</div>
2727
</div>
2828
<div v-if="femaleHintIsVisible" class="cd-dashboard-stats__chart-pie-hint">
29-
<a href="https://help.coderdojo.com/hc/en-us/articles/360001143123-Increasing-the-percentage-of-girls-in-your-Dojo-" v-ga-track-exit-nav>{{ $t('More information about girls in Dojos') }}</a>
29+
<a href="https://help.coderdojo.com/cdkb/s/article/Empowering-the-Future-A-guide-to-increasing-the-percentage-of-girls-in-your-Dojo" v-ga-track-exit-nav>{{ $t('More information about girls in Dojos') }}</a>
3030
</div>
3131
</div>
3232
<div v-else class="cd-dashboard-stats__chart-pie--filler cd-filler cd-filler--grey-bg"/>

0 commit comments

Comments
 (0)