You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
6
6
Visit [docs.temporal.io](https://docs.temporal.io) to learn about Temporal.
7
7
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).
9
9
10
10
See Maxim's talk at [Data@Scale Conference](https://atscaleconference.com/videos/cadence-microservice-architecture-beyond-requestreply) for an architectural overview of Temporal.
11
11
@@ -17,15 +17,15 @@ We highly recommend that you use [Temporal service docker](docker/README.md) to
17
17
18
18
### Run the Samples
19
19
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.
21
21
22
22
### Use CLI
23
23
24
24
Try out [Temporal command-line tool](tools/cli/README.md) to perform various tasks on Temporal
25
25
26
26
### Use Temporal Web
27
27
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.
29
29
(This is already available at localhost:8088 if you run Temporal with docker compose)
0 commit comments