docs: remove unicorn-utterances URLs from links

Closes #852
This commit is contained in:
Corbin Crutchley
2023-12-14 00:04:36 -08:00
parent 9e88069d8c
commit 29a6f386c0
21 changed files with 36 additions and 36 deletions

View File

@@ -836,7 +836,7 @@ function openDialog() {
<!-- tabs:end -->
In this instance, [without moving the state out of dialog](https://unicorn-utterances.com/posts/master-react-unidirectional-data-flow), how would you render the contents of `Dialog` after the `Footer` component?
In this instance, [without moving the state out of dialog](/posts/master-react-unidirectional-data-flow), how would you render the contents of `Dialog` after the `Footer` component?
The answer? JavaScript Portals.