Skip to content

Commit 00629de

Browse files
Update crates/stackable-webhook/src/lib.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent da6b1dc commit 00629de

File tree

1 file changed

+2
-2
lines changed
  • crates/stackable-webhook/src

1 file changed

+2
-2
lines changed

crates/stackable-webhook/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
//!
44
//! Currently the following webhooks are supported:
55
//!
6-
//! * CRD conversion webhooks: [`ConversionWebhook`](`webhooks::ConversionWebhook`)
7-
//! * Mutating webhooks: [`MutatingWebhook`](`webhooks::MutatingWebhook`)
6+
//! * [webhooks::ConversionWebhook]
7+
//! * [webhooks::MutatingWebhook]
88
//! * In the future validating webhooks wil be added
99
//!
1010
//! This library is fully compatible with the [`tracing`] crate and emits debug level tracing data.

0 commit comments

Comments
 (0)