From f0c9d11904bd355b159410a2e9230c6c80d4806b Mon Sep 17 00:00:00 2001 From: ohkinozomu Date: Mon, 10 Jan 2022 00:15:08 +0900 Subject: [PATCH] doc: Fix file paths --- scripts/generate-popular-actions/README.md | 2 +- scripts/generate-webhook-events/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/generate-popular-actions/README.md b/scripts/generate-popular-actions/README.md index 08939970e..6906c3c6c 100644 --- a/scripts/generate-popular-actions/README.md +++ b/scripts/generate-popular-actions/README.md @@ -1,7 +1,7 @@ generate-popular-actions ======================== -This is a script for generating [`popular_actions.go`](../popular_actions.go). +This is a script for generating [`popular_actions.go`](../../popular_actions.go). It does: diff --git a/scripts/generate-webhook-events/README.md b/scripts/generate-webhook-events/README.md index 856f6b531..7ce151bca 100644 --- a/scripts/generate-webhook-events/README.md +++ b/scripts/generate-webhook-events/README.md @@ -1,7 +1,7 @@ generate-webhook-events ======================= -This is a script for generating [`all_webhooks.go`](../all_webhooks.go). +This is a script for generating [`all_webhooks.go`](../../all_webhooks.go). It does: