From db2a0ea3fdba6e39947d57152c091ac7dcb06ea7 Mon Sep 17 00:00:00 2001 From: Dmitry Shmulevich Date: Fri, 18 Jun 2021 16:32:06 -0700 Subject: [PATCH] Fix URL for go-sdk examples (#451) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fcb7303..069536f1 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Find SDK-specific samples in the links below: - **[Examples](https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples)** - Examples for developing Java applications using Dapr - **[Example for Java Actors](https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/actors)** - Example for developing an actor application using the Java SDK. - **[Go SDK](https://github.com/dapr/go-sdk)** - - **[Examples](https://github.com/dapr/go-sdk/tree/master/example#dapr-go-client-example)** using the client library to connect to Dapr API, and how to create a Dapr application in either HTTP or gRPC. + - **[Examples](https://github.com/dapr/go-sdk/tree/master/examples)** using the client library to connect to Dapr API, and how to create a Dapr application in either HTTP or gRPC. - **[Javascript SDK](https://github.com/dapr/js-sdk)** - **[Examples](https://github.com/dapr/js-sdk/tree/master/examples)** - Examples for developing Javascript applications using Dapr - **[Python SDK](https://github.com/dapr/python-sdk)**