Skip to content

Commit

Permalink
fix doc content
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Jan 12, 2024
1 parent 8609641 commit e3fdf66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sources/file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub struct FileConfig {
/// By default, the [global `data_dir` option][global_data_dir] is used.
/// Make sure the running user has write permissions to this directory.
///
/// If this directory is specified, then it will be created under the [global `data_dir`][global_data_dir].
/// If this directory is specified, then Vector will attempt to create it.
///
/// [global_data_dir]: https://vector.dev/docs/reference/configuration/global-options/#data_dir
#[serde(default)]
Expand Down
2 changes: 1 addition & 1 deletion src/sources/journald.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub struct JournaldConfig {
/// By default, the [global `data_dir` option][global_data_dir] is used.
/// Make sure the running user has write permissions to this directory.
///
/// If this directory is specified, then it will be created under the [global `data_dir`][global_data_dir].
/// If this directory is specified, then Vector will attempt to create it.
///
/// [global_data_dir]: https://vector.dev/docs/reference/configuration/global-options/#data_dir
#[serde(default)]
Expand Down
2 changes: 1 addition & 1 deletion src/sources/kubernetes_logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ pub struct Config {
/// By default, the [global `data_dir` option][global_data_dir] is used.
/// Make sure the running user has write permissions to this directory.
///
/// If this directory is specified, then it will be created under the [global `data_dir`][global_data_dir].
/// If this directory is specified, then Vector will attempt to create it.
///
/// [global_data_dir]: https://vector.dev/docs/reference/configuration/global-options/#data_dir
#[configurable(metadata(docs::examples = "/var/local/lib/vector/"))]
Expand Down

0 comments on commit e3fdf66

Please sign in to comment.