Skip to content

Commit 25e9339

Browse files
codegold79alexellis
authored andcommitted
Fix broken image links in Japanese translated Lab 5
Signed-off-by: Frankie Gold <[email protected]>
1 parent 9eea378 commit 25e9339

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

translations/ja/lab5.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ GitHubに戻って先程作った *bot-tester* を開きます
8585
http://fuh83fhfj.ngrok.io/function/issue-bot
8686
```
8787

88-
![](./screenshot/WebhookURLSettings.png)
88+
![](../../screenshot/WebhookURLSettings.png)
8989

9090
*Content-type* には *application/json* を選択
9191

@@ -95,7 +95,7 @@ http://fuh83fhfj.ngrok.io/function/issue-bot
9595

9696
イベントは **Issues****Issue comment** を選択
9797

98-
![](./screenshot/WebhookEventsSettings.png)
98+
![](../../screenshot/WebhookEventsSettings.png)
9999

100100
## webhookの動作確認
101101

@@ -186,7 +186,7 @@ $ faas-cli up -f issue-bot.yml
186186

187187
このリクエストとレスポンスはGitHubの *Settings* -> *Webhook* のページで確認できます:
188188

189-
![](./screenshot/WebhookResponse.png)
189+
![](../../screenshot/WebhookResponse.png)
190190

191191
## GitHubに応答する
192192

@@ -196,11 +196,11 @@ $ faas-cli up -f issue-bot.yml
196196

197197
*GitHub profile* -> *Settings/Developer settings* -> *Personal access tokens**Generate new token* をクリックします。
198198

199-
![](./screenshot/PersonalAccessTokens.png)
199+
![](../../screenshot/PersonalAccessTokens.png)
200200

201201
「repo」にチェックを入れてリポジトリへのアクセス権を付与します。
202202

203-
![](./screenshot/NewPAT.png)
203+
![](../../screenshot/NewPAT.png)
204204

205205
ページ下部の「Generate Token」ボタンをクリックします。
206206

0 commit comments

Comments
 (0)