Skip to content

Commit

Permalink
Fix broken link (#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison authored Nov 27, 2023
1 parent 2878bab commit 78c644a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARCHITECTURE.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async fn hello_activity(name: &str) -> String {

We define the interface between the core and lang SDKs in terms of gRPC service definitions. The actual implementations of this "service" are not generated by gRPC generators, but the messages themselves are, and make it easier to hit the ground running in new languages.

See the latest API definition [here](https://github.com/temporalio/sdk-core/tree/master/protos/local/temporal/sdk/core)
See the latest API definition [here](https://github.com/temporalio/sdk-core/tree/master/sdk-core-protos/protos/local/temporal/sdk/core)


## Other topics
Expand Down

0 comments on commit 78c644a

Please sign in to comment.