+ >
diff --git a/front/ui-docs/components/ui/popover.md b/front/ui-docs/components/ui/popover.md
index 83f0b56be..5466b5887 100644
--- a/front/ui-docs/components/ui/popover.md
+++ b/front/ui-docs/components/ui/popover.md
@@ -449,6 +449,10 @@ const open = ref(false)
+## Links
+
+You can use `PopoverItem`s as Links by providing a `to` prop with the route object or and external Url (`http...`). Read more on the [Link component](./link) page.
+
## Menu
Here is an example of a completed menu containing all supported features.