This is an automated email from the ASF dual-hosted git repository.
style95 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new 2358976a5 Docs golang broken markdown link (#5345)
2358976a5 is described below
commit 2358976a5d5f9f42c539a6436b35922c4f8898fa
Author: Jonas Brømsø <[email protected]>
AuthorDate: Sat Feb 18 11:00:38 2023 +0100
Docs golang broken markdown link (#5345)
* Corrected broken Markdown link
* Corrected broken Markdown link
---
docs/actions-go.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/actions-go.md b/docs/actions-go.md
index 5088a337e..cc48b6ab2 100644
--- a/docs/actions-go.md
+++ b/docs/actions-go.md
@@ -216,11 +216,11 @@ Here a `Makefile` is helpful. Check the
[examples](https://github.com/apache/ope
You can also use just the `openwhisk/actionloop` as runtime, it is smaller.
-<a name="vscode">
+<a name="vscode"/>
## Using VsCode
-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:
+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:
- enable the option `go.inferGopath`
- place all your sources in a `src` folder