From 38f15d2b5a9dfb47988d4841235de7b5ba010d3a Mon Sep 17 00:00:00 2001 From: Thomas Hughes Date: Wed, 11 Sep 2019 08:48:23 -0500 Subject: [PATCH] Update link to walkthrough --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a71861..e94a0f9 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,6 @@ This template offers an easy way to get started writing a JavaScript action with ## Getting Started -See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/javascript-action.md). +See the walkthrough located [here](https://github.com/actions/toolkit/blob/master/docs/typescript-action.md). In addition to walking your through how to create an action, it also provides strategies for versioning, releasing and referencing your actions.