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

Commit

Permalink
Merge pull request #343 from CoderDojo/update-help-linls
Browse files Browse the repository at this point in the history
Update a couple of help links
  • Loading branch information
patch0 authored Dec 24, 2021
2 parents b25988c + 693efdf commit 17694a6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@coderdojo/cd-common": "1.1.11",
"bootstrap": "^3.4.1",
"cp-translations": "~1.0.156",
"cp-translations": "~1.0.162",
"font-awesome": "^4.7.0",
"handlebars": "^4.1.0",
"js-cookie": "^2.1.4",
Expand Down
2 changes: 1 addition & 1 deletion src/common/cd-footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default {
return {
links: [
{
href: 'https://hwf.zendesk.com/hc/',
href: 'https://help.coderdojo.com/',
text: 'Help Center',
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/cd-dashboard-pending-volunteering.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{ $t('In the meantime, we recommend that you complete some of the following.') }}
<ul class="cd-dashboard-pending-requests__info-recommendations">
<li><a href="https://www.raspberrypi.org/safeguarding/e-learning-module/">{{ $t('Do our safeguarding module') }}</a></li>
<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>
<li><a href="https://help.coderdojo.com/cdkb/s/article/The-CoderDojo-Champions-Handbook">{{ $t('Look at our guide to mentoring') }}</a></li>
<li><a href="https://projects.raspberrypi.org/org/coderdojo">{{ $t('Check out some projects you might like') }}</a></li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/dashboard/cd-dashboard-stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</div>
</div>
<div v-if="femaleHintIsVisible" class="cd-dashboard-stats__chart-pie-hint">
<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>
<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>
</div>
</div>
<div v-else class="cd-dashboard-stats__chart-pie--filler cd-filler cd-filler--grey-bg"/>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2386,10 +2386,10 @@ cosmiconfig@^2.1.0, cosmiconfig@^2.1.1:
parse-json "^2.2.0"
require-from-string "^1.1.0"

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

crc32-stream@^2.0.0:
version "2.0.0"
Expand Down

0 comments on commit 17694a6

Please sign in to comment.