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

Commit 17694a6

Browse files
authored
Merge pull request #343 from CoderDojo/update-help-linls
Update a couple of help links
2 parents b25988c + 693efdf commit 17694a6

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@coderdojo/cd-common": "1.1.11",
2020
"bootstrap": "^3.4.1",
21-
"cp-translations": "~1.0.156",
21+
"cp-translations": "~1.0.162",
2222
"font-awesome": "^4.7.0",
2323
"handlebars": "^4.1.0",
2424
"js-cookie": "^2.1.4",

src/common/cd-footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default {
4444
return {
4545
links: [
4646
{
47-
href: 'https://hwf.zendesk.com/hc/',
47+
href: 'https://help.coderdojo.com/',
4848
text: 'Help Center',
4949
},
5050
{

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"/>

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
23862386
parse-json "^2.2.0"
23872387
require-from-string "^1.1.0"
23882388

2389-
cp-translations@~1.0.156:
2390-
version "1.0.157"
2391-
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.157.tgz#3482ce8468f2f78a48d7fa82334d82cc5dd8deb4"
2392-
integrity sha512-n7L8B7qKt06W6kCs+tUdrZUH/phQQvfjOoEgbEPA9kmzdBvHQG7I2e5L7me6qbCragKWQ5wJKbLhimGiRABeLg==
2389+
cp-translations@~1.0.162:
2390+
version "1.0.163"
2391+
resolved "https://registry.yarnpkg.com/cp-translations/-/cp-translations-1.0.163.tgz#ba207b2a0df5b341d3604dbf2f6bcda0767a9b59"
2392+
integrity sha512-qoVhaWk/Fzp8R4jAJ2VvnHB+7jdz2bUJ/Dgb5QWor/dRgXGUB1Cv8Bix3LynkBAeUzPQYusd+EDGrcUqGC12CQ==
23932393

23942394
crc32-stream@^2.0.0:
23952395
version "2.0.0"

0 commit comments

Comments
 (0)