Skip to content

Commit d246c4c

Browse files
committed
Simplify link URLs in Stats page
1 parent 1ecfce9 commit d246c4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/views/stats/show.html.haml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,11 +235,11 @@
235235
関連リンク
236236
%ul
237237
%li
238-
%a{href: "https://github.com/coderdojo-japan/coderdojo.jp/issues?q=label%3A%E7%B5%B1%E8%A8%88%E6%83%85%E5%A0%B1+is%3Aclosed"} 統計情報に関する『これまで』の開発 - GitHub
238+
%a{href: "https://bit.ly/coderdojo-japan-stats-past-works"} 統計情報に関する『これまで』の開発 - GitHub
239239
%li
240-
%a{href: "https://github.com/coderdojo-japan/coderdojo.jp/issues?q=label%3A%E7%B5%B1%E8%A8%88%E6%83%85%E5%A0%B1+is%3Aopen"} 統計情報に関する『これから』の開発 - GitHub
240+
%a{href: "https://bit.ly/coderdojo-japan-stats-future-works"} 統計情報に関する『これから』の開発 - GitHub
241241
%li
242-
%a{href: "https://docs.google.com/spreadsheets/d/17-M-qv5c0MdE_ZIFk566I2CGCIDHFkQwXWiunDXCGVw/edit#gid=354377216"} 日本の CoderDojo (財団 & Japan) - Spreadsheet
242+
%a{href: "https://bit.ly/coderdojo-japan-stats-data-sheet"} 日本の CoderDojo (財団 & Japan) - Spreadsheet
243243
%br/
244244
245245
:css

0 commit comments

Comments
 (0)