From ef4ede0d6d216a330e1d406cc8235df736ceaaac Mon Sep 17 00:00:00 2001 From: Andre Kolodochka <59625655+andrekolodochka@users.noreply.github.com> Date: Wed, 22 Sep 2021 12:05:36 +1000 Subject: [PATCH] Updating the link to the latest docs --- responses/00_explain-gh-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responses/00_explain-gh-script.md b/responses/00_explain-gh-script.md index 5e77c77..93614c1 100644 --- a/responses/00_explain-gh-script.md +++ b/responses/00_explain-gh-script.md @@ -1,6 +1,6 @@ ## Create an issue comment -If we take a look at the [Octokit documentation](https://octokit.github.io/rest.js/v17#issues-create-comment) on how to create issue comments we are greeted with the following method: +If we take a look at the [Octokit documentation](https://octokit.github.io/rest.js/v18#issues-create-comment) on how to create issue comments we are greeted with the following method: **someFile.js**