Skip to content

Commit 5b8e7f6

Browse files
committed
Fix links
1 parent dcdadb0 commit 5b8e7f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ff-concepts/navigation-routing/deep-dynamic-linking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords: [FlutterFlow, Deep Linking, Dynamic Linking, Concepts]
1010
# Deep & Dynamic Linking
1111

1212
:::danger[Support for Dynamic Links]
13-
On August 25th, 2025, Firebase Dynamic Links will be shut down. It's recommended to start exploring alternative solutions for link management and deep linking. Read more about the [**announcement here**](https://firebase.google.com/support/dynamic-links-faq).
13+
On August 25th, 2025, Firebase Dynamic Links will be shut down. Read more about the [**announcement here**](https://firebase.google.com/support/dynamic-links-faq). It's recommended to start exploring alternative solutions like [**Branch.io**](#dynamic-links-with-branchio) for link management and deep linking.
1414
:::
1515

1616
Adding deep and dynamic linking allows you to share a special type of link that takes the user right

docs/ff-concepts/navigation-routing/generate-current-page-link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Using this action, you can generate the dynamic link for the current page.
1818

1919
:::info[Prerequisites]
2020

21-
Before adding this action, ensure you have performed all the steps to [**add the dynamic link**](deep-dynamic-linking.md#adding-dynamic-link).
21+
Before adding this action, ensure you have performed all the steps to [**add the dynamic link**](deep-dynamic-linking.md#dynamic-links-with-branchio).
2222
:::
2323

2424
## Defining Generate Current Page Link action

0 commit comments

Comments
 (0)