Skip to content

Commit

Permalink
fix(doc): fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
gnosek committed Apr 9, 2024
1 parent 6e037d5 commit 8210b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion falco_plugin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ pub mod base {
pub mod extract {
/// # An event from which additional data may be extracted
///
/// The one notable thing about it is that it implements the [`EventInput`](`crate::EventInput`)
/// The one notable thing about it is that it implements the [`EventInputExt`](`crate::EventInputExt`)
/// trait. You probably won't need to access any of its fields directly.
pub use falco_plugin_api::ss_plugin_event_input as EventInput;
pub use falco_plugin_api::ss_plugin_field_extract_input as FieldExtractInput;
Expand Down
2 changes: 1 addition & 1 deletion falco_plugin/src/plugin/extract/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ where
///
/// `arg` is the actual argument passed along with the field (see [`ExtractFieldRequestArg`])
///
/// `event` is the event being processed (see [`EventInput`](`crate::EventInput`))
/// `event` is the event being processed (see [`EventInputExt`](`crate::EventInputExt`))
///
/// `tables` is an interface to access tables exposed from Falco core and other plugins (see
/// [`tables`](`crate::tables`))
Expand Down

0 comments on commit 8210b67

Please sign in to comment.