Skip to content

Commit 145d16c

Browse files
committed
docs(FAQ): update portal link
1 parent a616126 commit 145d16c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/knowledge-base/FAQ.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import { MessageStrip } from '@ui5/webcomponents-react';
2727
## Why is my Popover or Dialog not rendered correctly?
2828

2929
Mounting popups, like the Popover, inside of components can lead to unwanted side-effects (wrong positioning, alignment, etc.), to prevent that we recommend either mounting it outside of the component, or mounting it with a React portal.
30-
You can find out more about how we use portals [here](https://sap.github.io/ui5-webcomponents-react/?path=/docs/knowledge-base-working-with-portals).
30+
You can find out more about how we use portals [here](https://sap.github.io/ui5-webcomponents-react/?path=/docs/knowledge-base-working-with-portals--docs).
3131

3232
## Where can I find all compatible versions of `@ui5/webcomponents` and `@ui5/webcomponents-react`?
3333

0 commit comments

Comments
 (0)