chore(doc): change uber org to cadence-workflow#1053
chore(doc): change uber org to cadence-workflow#1053shijiesheng merged 2 commits intocadence-workflow:masterfrom
Conversation
Signed-off-by: Shijie Sheng <liouvetren@gmail.com>
| @@ -1,4 +1,4 @@ | |||
| module github.com/uber/cadence-idl/java/generator | |||
| module github.com/cadence-workflow/cadence-idl/java/generator | |||
There was a problem hiding this comment.
no issues because it's only a script and we never release this
| name = 'cadence-client' | ||
| description = 'Uber Cadence Java Client' | ||
| url = 'https://github.com/uber-java/cadence-client' | ||
| url = 'https://github.com/cadence-workflow/cadence-java-client' |
| url = 'https://github.com/cadence-workflow/cadence-java-client' | ||
| connection = 'scm:git:git@github.com:cadence-workflow/cadence-java-client.git' | ||
| developerConnection = 'scm:git:git@github.com:cadence-workflow/cadence-java-client.git' |
There was a problem hiding this comment.
verified with ssh and it works
Signed-off-by: Shijie Sheng <liouvetren@gmail.com>
Code Review ✅ Approved 1 resolved / 1 findingsUpdates documentation URLs to point to the cadence-workflow organization, addressing the incorrect Go client link in the README. No issues found. ✅ 1 resolved✅ Bug: Incorrect Go client GitHub URL in README
OptionsAuto-apply is off → Gitar will not commit updates to this branch. Comment with these commands to change:
Was this helpful? React with 👍 / 👎 | Gitar |
What changed?
change urls to point to new github org
Why?
Address #983
How did you test it?
Potential risks
Release notes
Documentation Changes