Skip to content

Commit af2cfb8

Browse files
authored
fix: update the incorrect UI URL (#7183)
What changed? Fix the incorrect UI URL in README.md. Why? The default UI URL is http://localhost:8088, not http://localhost:8080. How did you test it? Potential risks Release notes Documentation Changes
1 parent 6224ea6 commit af2cfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Try out the sample recipes for [Go](https://github.com/cadence-workflow/cadence-
2626

2727
3. Visit UI
2828

29-
Visit http://localhost:8080 to check workflow histories and detailed traces.
29+
Visit http://localhost:8088 to check workflow histories and detailed traces.
3030

3131

3232
### Client Libraries

0 commit comments

Comments
 (0)