diff --git a/CanonicalLayouts/README.md b/CanonicalLayouts/README.md index 21e536bdb..eea929ba7 100644 --- a/CanonicalLayouts/README.md +++ b/CanonicalLayouts/README.md @@ -10,16 +10,16 @@ Clone the [user-interface-samples](https://github.com/android/user-interface-sam ## Available Canonical layouts and related implementations - List-Detail - - [Activities](/list-detail-activity-embedding) - - [Views and Fragments](/list-detail-sliding-pane) - - [Jetpack Compose](/list-detail-compose) + - [Activities](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/list-detail-activity-embedding) + - [Views and Fragments](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/list-detail-sliding-pane) + - [Jetpack Compose](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/list-detail-compose) - Feed - - [Views and Fragments](/feed-view) - - [Jetpack Compose](/feed-compose) + - [Views and Fragments](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/feed-view) + - [Jetpack Compose](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/feed-compose) - Supporting Panel - - [Views](/supporting-panel-views) - - [Fragments](/supporting-panel-fragments) - - [Jetpack Compose](/supporting-panel-compose) + - [Views](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/supporting-panel-views) + - [Fragments](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/supporting-panel-fragments) + - [Jetpack Compose](https://github.com/android/user-interface-samples/tree/main/CanonicalLayouts/supporting-panel-compose) ## Support