File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Dojo 情報は次の手順で簡単に更新できます。
48
48
以上で完了です。提案された修正はメンテナーによってチェックされ、問題なければ提案された内容が反映されます。もし問題があってもメンテナー側で気付いて修正できるので、まずはお気軽に提案してみてください :wink :
49
49
50
50
> [ !NOTE]
51
- > https://coderdojo.jp/docs にあるドキュメントの編集方法も同様です。[ db /docs] ( https://github.com/coderdojo-japan/coderdojo.jp/tree/main/db /docs ) ディレクトリをブラウザで開き、修正したいファイルをクリックして、修正内容を提案してください。同ディレクトページの右上にある ` Create new file ` ボタンをクリックすると、新しいドキュメントの追記を提案することもできます。
51
+ > https://coderdojo.jp/docs にあるドキュメントの編集方法も同様です。[ public /docs] ( https://github.com/coderdojo-japan/coderdojo.jp/tree/main/public /docs ) ディレクトリをブラウザで開き、修正したいファイルをクリックして、修正内容を提案してください。同ディレクトページの右上にある ` Create new file ` ボタンをクリックすると、新しいドキュメントの追記を提案することもできます。
52
52
53
53
54
54
<div id =' howto-update-kata ' ></div ><br >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ def updated_at
33
33
return "2020-02-02T12:34:56+09:00" unless Rails . env . production?
34
34
35
35
# Call GitHub API in Production
36
- uri = URI . parse ( "https://api.github.com/repos/coderdojo-japan/coderdojo.jp/commits?path=db /docs/&per_page=1" )
36
+ uri = URI . parse ( "https://api.github.com/repos/coderdojo-japan/coderdojo.jp/commits?path=public /docs/&per_page=1" )
37
37
json = Net ::HTTP . get ( uri )
38
38
data = JSON . parse ( json )
39
39
You can’t perform that action at this time.
0 commit comments