Skip to content

Commit 2358976

Browse files
authored
Docs golang broken markdown link (#5345)
* Corrected broken Markdown link * Corrected broken Markdown link
1 parent b7c203b commit 2358976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/actions-go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,11 +216,11 @@ Here a `Makefile` is helpful. Check the [examples](https://github.com/apache/ope
216216

217217
You can also use just the `openwhisk/actionloop` as runtime, it is smaller.
218218

219-
<a name="vscode">
219+
<a name="vscode"/>
220220

221221
## Using VsCode
222222

223-
If you are using [VsCode[(https://code.visualstudio.com/) as your Go development environment with the [VsCode Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) support, without errors and with completion working you need to:
223+
If you are using [VsCode](https://code.visualstudio.com/) as your Go development environment with the [VsCode Go](https://marketplace.visualstudio.com/items?itemName=ms-vscode.Go) support, without errors and with completion working you need to:
224224

225225
- enable the option `go.inferGopath`
226226
- place all your sources in a `src` folder

0 commit comments

Comments
 (0)