Skip to content

Commit 1410257

Browse files
authored
Fix repo URLs in README.md
Use new URLs in `README.md` instead of obsolete ones.
1 parent 413102a commit 1410257

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Visit [docs.temporal.io](https://docs.temporal.io) to learn about Temporal.
77

8-
This repo contains the source code of the Temporal server. To implement workflows, activities and worker use [Go SDK](https://github.com/temporalio/temporal-go-client) or [Java SDK](https://github.com/temporalio/temporal-java-client).
8+
This repo contains the source code of the Temporal server. To implement workflows, activities and worker use [Go SDK](https://github.com/temporalio/sdk-go) or [Java SDK](https://github.com/temporalio/sdk-java).
99

1010
See Maxim's talk at [Data@Scale Conference](https://atscaleconference.com/videos/cadence-microservice-architecture-beyond-requestreply) for an architectural overview of Temporal.
1111

@@ -17,15 +17,15 @@ We highly recommend that you use [Temporal service docker](docker/README.md) to
1717

1818
### Run the Samples
1919

20-
Try out the sample recipes for [Go](https://github.com/temporalio/temporal-go-samples) or [Java](https://github.com/temporalio/temporal-java-samples) to get started.
20+
Try out the sample recipes for [Go](https://github.com/temporalio/samples-go) or [Java](https://github.com/temporalio/samples-java) to get started.
2121

2222
### Use CLI
2323

2424
Try out [Temporal command-line tool](tools/cli/README.md) to perform various tasks on Temporal
2525

2626
### Use Temporal Web
2727

28-
Try out [Temporal Web UI](https://github.com/temporalio/temporal-web) to view your workflows on Temporal.
28+
Try out [Temporal Web UI](https://github.com/temporalio/web) to view your workflows on Temporal.
2929
(This is already available at localhost:8088 if you run Temporal with docker compose)
3030

3131
## Contributing

0 commit comments

Comments
 (0)