Skip to content

Commit dc63455

Browse files
fix link, pr feedback
1 parent f5e4fbb commit dc63455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/content/en/blog/log-namespacing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ be used.
166166
[global log schema]: /docs/reference/configuration/global-options/#log_schema
167167
[set_semantic_meaning]: /docs/reference/vrl/functions/#set_semantic_meaning
168168
[remap]: /docs/reference/configuration/transforms/remap/
169-
[global config]: /docs/reference/configuration/global-options/#log_namespacing
169+
[global config]: /docs/reference/configuration/global-options/#schema.log_namespacing

website/cue/reference/configuration.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ configuration: {
254254
schema: {
255255
common: false
256256
description: """
257-
Configures options for how Vector handles schema.
257+
Configures options for how Vector handles event schema.
258258
"""
259259
required: false
260260
type: object: {

0 commit comments

Comments
 (0)