Skip to content

Commit 8c90257

Browse files
committed
Update code link syntax in tutorial 2 readme file
1 parent f3e91e7 commit 8c90257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tutorial/Tutorial2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,6 @@ We'll show you how in the next tutorial, when we add our Todo Editing screen.
711711
> - The `Overlay` marker interface, implemented by renderings that model things like Android `Dialog` windows
712712
> - `ScreenOverlay` for modeling an `Overlay` whose content comes from a `Screen`
713713
> - `BodyAndOverlaysScreen`, a class that arranges `Overlay` instances in layers over a body `Screen`.
714-
> - And `the [AndroidOverlay](https://github.com/square/workflow-kotlin/blob/main/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/navigation/AndroidOverlay.kt)` interface that simplifies implementing `ScreenOverlay` with Android's `AppCompatDialog` class.
714+
> - And the [`AndroidOverlay`](https://github.com/square/workflow-kotlin/blob/main/workflow-ui/core-android/src/main/java/com/squareup/workflow1/ui/navigation/AndroidOverlay.kt) interface that simplifies implementing `ScreenOverlay` with Android's `AppCompatDialog` class.
715715

716716
[Tutorial 3](Tutorial3.md)

0 commit comments

Comments
 (0)