Skip to content

Commit b877002

Browse files
authored
Fix broken markdown link (#43)
1 parent 5acf126 commit b877002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/steps/1-initialize-javascript-project.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Once you have the necessary tools installed locally, follow these steps to begin
6969
```shell
7070
npm init -y
7171
```
72-
8. Install the **request**, **request-promise** and **@actions/core** dependencies using `npm` from the [GitHub ToolKit] (https://github.com/actions/toolkit):
72+
8. Install the **request**, **request-promise** and **@actions/core** dependencies using `npm` from the [GitHub ToolKit](https://github.com/actions/toolkit):
7373
```shell
7474
npm install --save request request-promise @actions/core
7575
```

0 commit comments

Comments
 (0)