Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ check-component-docs: generate-component-docs ## Checks that the machine-generat
##@ Rustdoc
build-rustdoc: ## Build Vector's Rustdocs
# This command is mostly intended for use by the build process in vectordotdev/vector-rustdoc
${MAYBE_ENVIRONMENT_EXEC} cargo doc --no-deps
${MAYBE_ENVIRONMENT_EXEC} cargo doc --no-deps --workspace

##@ Packaging

Expand Down
2 changes: 1 addition & 1 deletion vdev/src/commands/check/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crate::script_wrapper! {
}

crate::script_wrapper! {
events = "Check that events satisfy patterns set in https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md"
events = "Check that events satisfy patterns set in <https://github.com/vectordotdev/vector/blob/master/docs/specs/instrumentation.md>"
=> "check-events"
}

Expand Down