Skip to content

Commit

Permalink
chore(internal docs): Add workspace to new rust docs deployment (vect…
Browse files Browse the repository at this point in the history
…ordotdev#18616)

Also fix link to be autolink

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko authored Sep 20, 2023
1 parent 587c2e7 commit 180647b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 180647b

Please sign in to comment.