Skip to content

Commit ac3fa7a

Browse files
committed
Use [decadojo|dojocon]_url helpers for its corresponding links
1 parent 696a45f commit ac3fa7a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

app/views/docs/kata.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,11 +1252,11 @@
12521252
<p>by <%= link_to 'CoderDojo Foundation', foundation_url %></p>
12531253
</li>
12541254
<li>
1255-
<h4 id='doc-decadojo'><%= link_to 'DecaDojo', 'https://decadojo.coderdojo.jp/' %> <small>(地域の CoderDojo カンファレンス)</small></h4>
1255+
<h4 id='doc-decadojo'><%= link_to 'DecaDojo', decadojo_url %> <small>(地域の CoderDojo カンファレンス)</small></h4>
12561256
<p>by 地域の有志の CoderDojo</p>
12571257
</li>
12581258
<li>
1259-
<h4 id='doc-dojocon-japan'><%= link_to 'DojoCon Japan', 'https://dojocon.coderdojo.jp/' %> <small>(全国の CoderDojo カンファレンス)</small></h4>
1259+
<h4 id='doc-dojocon-japan'><%= link_to 'DojoCon Japan', dojocon_url %> <small>(全国の CoderDojo カンファレンス)</small></h4>
12601260
<p>by 全国の有志の CoderDojo</a>
12611261
</li>
12621262
</ul>

app/views/shared/_footer.html.haml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
|
2121
%a.footer-link{href: '/podcasts', title: 'ポッドキャスト番組「DojoCast」を見る'} Podcast
2222
|
23-
%a.footer-link{href: 'https://decadojo.coderdojo.jp/', title: 'CoderDojo の地域カンファレンス「DecaDojo」を見る'} DecaDojo
23+
%a.footer-link{href: decadojo_url, title: 'CoderDojo の地域カンファレンス「DecaDojo」を見る'} DecaDojo
2424
|
25-
%a.footer-link{href: 'https://dojocon.coderdojo.jp/', title: 'CoderDojo の全国カンファレンス「DojoCon Japan」を見る'} DojoCon
25+
%a.footer-link{href: dojocon_url, title: 'CoderDojo の全国カンファレンス「DojoCon Japan」を見る'} DojoCon
2626
|
2727
%a.footer-link{href: '/english', hreflang: 'en', title: "Read CoderDojo Japan's website in English"} English
2828
%h2

0 commit comments

Comments
 (0)