From bfa8a82cad2a82900a01d4e0e04d619a05e6e7ab Mon Sep 17 00:00:00 2001 From: Mark Chmarny Date: Thu, 20 Aug 2020 16:24:06 -0700 Subject: [PATCH] updates template location to dapr org (#57) * clean example log entries * link updates to dapr org --- service/Readme.md | 8 ++++---- service/grpc/Readme.md | 4 ++-- service/http/Readme.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/service/Readme.md b/service/Readme.md index 58fe6b1..2fc28dc 100644 --- a/service/Readme.md +++ b/service/Readme.md @@ -9,10 +9,10 @@ In addition to this Dapr API client, Dapr go SDK also provides `service` package To accelerate your Dapr app development in go even further you can use one of the GitHub templates integrating these Dapr callback packages: -* [dapr-grpc-event-subscriber-template](https://github.com/mchmarny/dapr-grpc-event-subscriber-template) -* [dapr-grpc-service-template](https://github.com/mchmarny/dapr-grpc-service-template) -* [dapr-http-event-subscriber-template](https://github.com/mchmarny/dapr-http-event-subscriber-template) -* [dapr-http-cron-handler-template](https://github.com/mchmarny/dapr-http-cron-handler-template) +* [dapr-grpc-event-subscriber-template](https://github.com/dapr/dapr-grpc-event-subscriber-template) +* [dapr-grpc-service-template](https://github.com/dapr/dapr-grpc-service-template) +* [dapr-http-event-subscriber-template](https://github.com/dapr/dapr-http-event-subscriber-template) +* [dapr-http-cron-handler-template](https://github.com/dapr/dapr-http-cron-handler-template) ## Contributing diff --git a/service/grpc/Readme.md b/service/grpc/Readme.md index f0c632f..08bfabb 100644 --- a/service/grpc/Readme.md +++ b/service/grpc/Readme.md @@ -94,8 +94,8 @@ func runHandler(ctx context.Context, in *common.BindingEvent) (out []byte, err e To accelerate your Dapr app development in go even further you can use one of the GitHub templates integrating the gRPC Dapr callback package: -* [dapr-grpc-event-subscriber-template](https://github.com/mchmarny/dapr-grpc-event-subscriber-template) -* [dapr-grpc-service-template](https://github.com/mchmarny/dapr-grpc-service-template) +* [dapr-grpc-event-subscriber-template](https://github.com/dapr/dapr-grpc-event-subscriber-template) +* [dapr-grpc-service-template](https://github.com/dapr/dapr-grpc-service-template) ## Contributing to Dapr go client diff --git a/service/http/Readme.md b/service/http/Readme.md index fe856f2..0a31545 100644 --- a/service/http/Readme.md +++ b/service/http/Readme.md @@ -87,8 +87,8 @@ func runHandler(ctx context.Context, in *common.BindingEvent) (out []byte, err e To accelerate your Dapr app development in go even further you can use one of the GitHub templates integrating the HTTP Dapr callback package: -* [dapr-http-event-subscriber-template](https://github.com/mchmarny/dapr-http-event-subscriber-template) -* [dapr-http-cron-handler-template](https://github.com/mchmarny/dapr-http-cron-handler-template) +* [dapr-http-event-subscriber-template](https://github.com/dapr/dapr-http-event-subscriber-template) +* [dapr-http-cron-handler-template](https://github.com/dapr/dapr-http-cron-handler-template) ## Contributing to Dapr go client