Skip to content

Commit 91e31aa

Browse files
committed
Fix broken links to the docs
1 parent f1af7f3 commit 91e31aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This SDK features:
3030

3131
### tl;dr Use project templates
3232

33-
To get started, follow the [Java quickstart](https://docs.restate.dev/quickstart/?sdk=jvm).
33+
To get started, follow the [Java quickstart](https://docs.restate.dev/get_started/quickstart).
3434

3535
### Setup a project (Java)
3636

@@ -368,12 +368,12 @@ rootLogger.appenderRef.stdout.ref = consoleLogger
368368
The SDK injects the following additional metadata to the logging context that can be used for filtering as well:
369369

370370
* `restateServiceMethod`: service and method, e.g. `counter.Counter/Add`.
371-
* `restateInvocationId`: Invocation identifier, to be used in Restate observability tools. See https://docs.restate.dev/services/invocation#invocation-identifier.
371+
* `restateInvocationId`: Invocation identifier, to be used in Restate observability tools. See https://docs.restate.dev/operate/invocation#invocation-identifier.
372372
* `restateInvocationStatus`: Invocation status, can be `WAITING_START`, `REPLAYING`, `PROCESSING`, `CLOSED`.
373373

374374
#### Tracing with OpenTelemetry
375375

376-
The SDK can generate additional tracing information on top of what Restate already publishes. See https://docs.restate.dev/restate/tracing to configure Restate tracing.
376+
The SDK can generate additional tracing information on top of what Restate already publishes. See https://docs.restate.dev/operate/monitoring/tracing to configure Restate tracing.
377377

378378
You can the additional SDK tracing information by configuring the `OpenTelemetry` in the `RestateHttpEndpointBuilder`/`LambdaRestateServer`.
379379

0 commit comments

Comments
 (0)