diff --git a/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md b/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md index c7999a63798..396f7890650 100644 --- a/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md +++ b/daprdocs/content/en/developing-applications/integrations/gRPC-integration.md @@ -131,7 +131,7 @@ The following steps will show how to create an app that exposes a server for wit "github.com/golang/protobuf/ptypes/any" "github.com/golang/protobuf/ptypes/empty" - commonv1pb "github.com/dapr/dapr/pkg/proto/common/v1" + commonv1pb "github.com/dapr/go-sdk/dapr/proto/common/v1" pb "github.com/dapr/go-sdk/dapr/proto/runtime/v1" "google.golang.org/grpc" )