diff --git a/docs/ADVANCED-OPTIONS.md b/docs/ADVANCED-OPTIONS.md index 5e27ec28..b5c6e15b 100644 --- a/docs/ADVANCED-OPTIONS.md +++ b/docs/ADVANCED-OPTIONS.md @@ -126,4 +126,4 @@ class WebFragment : TurboWebFragment() { } ``` -Executing JavaScript directly is fine for simple tasks, but we've found we need something more comprehensive for our apps, which is why we created a new framework called Strada. This is a library in 3 parts (web, iOS, and Android) for integrating Turbo Native apps with their hosted web apps. This is separate and optional, but can dramatically improve the experience of your app. See the Strada repo for details *(coming soon)*. +Executing JavaScript directly is fine for simple tasks, but we've found we need something more comprehensive for our apps, which is why we created a new framework called Strada. This is a library in 3 parts (web, iOS, and Android) for integrating Turbo Native apps with their hosted web apps. This is separate and optional, but can dramatically improve the experience of your app. See the [Strada repo](https://github.com/hotwired/strada-android) for details.