Skip to content

Commit db11eb1

Browse files
committed
fixes anchors
1 parent 8870dc5 commit db11eb1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ 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
6666

6767
SpiceDB emits logs to [standard streams][stdinouterr] using [zerolog].
6868

69-
Logs come in two formats (`console`, `JSON`) and can be configured with the `--log-format` [global flag].
69+
Logs come in two formats (`console`, `JSON`) and can be configured with the `--log-format` [CLI flag].
7070

7171
If a output device is non-interactive (i.e. not a terminal) these logs are emitted in [NDJSON] by default.
7272

@@ -123,7 +123,7 @@ Here's a comparison of the logs starting up a single SpiceDB v1.25 instance:
123123
</Tabs>
124124

125125
[zerolog]: https://github.com/rs/zerolog
126-
[global flag]: /spicedb/concepts/commands#global-flags
126+
[CLI flags]: /spicedb/concepts/commands
127127
[stdinouterr]: https://en.wikipedia.org/wiki/Standard_streams
128128
[NDJSON]: https://github.com/ndjson/ndjson-spec
129129

0 commit comments

Comments
 (0)