-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix gRPC API link #216
Fix gRPC API link #216
Conversation
The link to gRPC API was broken, leading to 404 error.
Co-authored-by: Adhitya Mamallan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Double checked this PR, the link should be:
https://github.com/cadence-workflow/cadence-idl/tree/master/proto/uber/cadence/api/v1
What happened is that during the github org migration from uber/cadence to cadence-workflow/cadence the link was rewritten.
We are yet to update the proto package name here:
https://github.com/cadence-workflow/cadence-idl/blob/master/proto/uber/cadence/admin/v1/service.proto#L23C1-L23C30
Thanks @ibarrajo! Based on @adhityamamallan's comment, the PR is now updated with the new link (https://github.com/cadence-workflow/cadence-idl/tree/master/proto/uber/cadence/api/v1) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
The link to gRPC API was broken, leading to 404 error.