Skip to content

Commit d3f2b6c

Browse files
committed
Fix relative links
1 parent 99e3a40 commit d3f2b6c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README/en.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The setup is easy. You can setup a workflow by following the instructions below.
1111
### Generate a Qiita access token
1212
Navigate to [the Qiita access token generation page](https://qiita.com/settings/tokens/new).
1313

14-
![](screenshots/generate_qiita_access_token.png)
14+
![](/screenshots/generate_qiita_access_token.png)
1515

1616
Enter the following information, and click the `Generate token` button.
1717

@@ -22,7 +22,7 @@ Enter the following information, and click the `Generate token` button.
2222

2323
After generating your new access token, it should be going to appear on your screen. Then copy it.
2424

25-
![](screenshots/qiita_access_token.png)
25+
![](/screenshots/qiita_access_token.png)
2626

2727
Note that it can be shown only once. If you lose it, regenerate it again.
2828

@@ -31,7 +31,7 @@ Note that it can be shown only once. If you lose it, regenerate it again.
3131
### Set your Qiita access token to your repository
3232
Navigate to the Actions secrets creation page, which is accessible at `https://github.com/<USERNAME>/<REPONAME>/settings/secrets/actions/new`.
3333

34-
![](screenshots/actions_secrets.png)
34+
![](/screenshots/actions_secrets.png)
3535

3636
Enter the following information, and click the `Add secret` button.
3737

README/ja.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GitHub-to-Qiita を使用すると、Qiita の記事を GitHub リポジトリ
1111
### Qiita アクセストークンの生成
1212
[Qiita のアクセストークン生成ページ](https://qiita.com/settings/tokens/new) にアクセスします。
1313

14-
![](screenshots/generate_qiita_access_token.png)
14+
![](/screenshots/generate_qiita_access_token.png)
1515

1616
以下の情報を入力し、トークン生成ボタンをクリックします。
1717

@@ -22,7 +22,7 @@ GitHub-to-Qiita を使用すると、Qiita の記事を GitHub リポジトリ
2222

2323
アクセストークンを生成すると画面に表示されるのでコピーしておきます。
2424

25-
![](screenshots/qiita_access_token.png)
25+
![](/screenshots/qiita_access_token.png)
2626

2727
アクセストークンは一度しか表示されません。わからなくなった場合は再生成してください。
2828

@@ -31,7 +31,7 @@ GitHub-to-Qiita を使用すると、Qiita の記事を GitHub リポジトリ
3131
### Qiita アクセストークンをリポジトリに設定
3232
リポジトリのシークレット作成ページにアクセスします。`https://github.com/<USERNAME>/<REPONAME>/settings/secrets/actions/new` という URL でアクセスできます。
3333

34-
![](screenshots/actions_secrets.png)
34+
![](/screenshots/actions_secrets.png)
3535

3636
以下の情報を入力し、`Add secret` ボタンをクリックします。
3737

0 commit comments

Comments
 (0)