Skip to content

Commit 46506f8

Browse files
committed
fixes anchors
1 parent 8870dc5 commit 46506f8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pages/spicedb/ops/load-testing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Writes impact datastore performance far more than they impact SpiceDB node perfo
161161
**Warning:**
162162
CockroachDB Datastore users have [special considerations][crdb] to understand.
163163

164-
[crdb]: ../concepts/datastores#overlap-strategy
164+
[crdb]: ../concepts/datastores/cockroachdb#overlap-strategies
165165
</Callout>
166166

167167
<Callout type="info">

pages/spicedb/ops/observability.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@ Alternatively, you can upload profiles to [pprof.me][pprofme] to share with othe
5151

5252
SpiceDB uses [OpenTelemetry][otel] for [tracing] the lifetime of requests.
5353

54-
You can configure the tracing in SpiceDB via [global flags], prefixed with `otel`.
54+
You can configure the tracing in SpiceDB via [CLI flags], prefixed with `otel`.
5555

5656
Here's a video walking through SpiceDB traces using [Jaeger]:
5757

5858
<YouTube videoId="Oa6gB5GRUyA" />
5959

6060
[otel]: https://opentelemetry.io
6161
[tracing]: https://opentelemetry.io/docs/concepts/signals/traces/
62-
[global flags]: /spicedb/concepts/commands#global-flags
62+
[CLI flags]: /spicedb/concepts/commands
6363
[Jaeger]: https://www.jaegertracing.io
6464

6565
## Structured Logging

0 commit comments

Comments
 (0)