diff --git a/website/content/en/docs/about/under-the-hood/guarantees.md b/website/content/en/docs/about/under-the-hood/guarantees.md index 3d7c4bc5704ec..22cf392f7d965 100644 --- a/website/content/en/docs/about/under-the-hood/guarantees.md +++ b/website/content/en/docs/about/under-the-hood/guarantees.md @@ -50,8 +50,7 @@ with no error. ### At-least-once The **at-least-once** delivery guarantee ensures that an [event] received by a Vector component is -ultimately delivered at least once. While rare, it is possible for an event to be delivered more -than once. See the [Does Vector support exactly-once delivery?](#faq-at-least-once) FAQ below). +ultimately delivered at least once. While rare, it is possible for an event to be delivered more than once. See the [Does Vector support exactly-once