Skip to content

Commit ed1d4ef

Browse files
Update README.md
1 parent 245681d commit ed1d4ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ This project hosts each sample app in separate repository branches. For more inf
2121
### Stable samples - Kotlin
2222
| Sample | Description |
2323
| ------------- | ------------- |
24-
| [master](/) | The base for the rest of the branches. Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25-
| [dagger-android](tree/dagger-android/) | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
26-
| [usecases](tree/usecases/) | Adds a new domain layer that uses UseCases for business logic. |
24+
| [master](https://github.com/googlesamples/android-architecture/tree/master) | The base for the rest of the branches. Uses Kotlin, Architecture Components, coroutines, Data Binding, etc. |
25+
| [dagger-android](https://github.com/googlesamples/android-architecture/tree/dagger-android) | A simple Dagger setup that uses `dagger-android` and removes the two flavors. |
26+
| [usecases](https://github.com/googlesamples/android-architecture/tree/usecases) | Adds a new domain layer that uses UseCases for business logic. |
2727

2828
### Samples in development - Kotlin
2929

3030
| Sample | Description |
3131
| ------------- | ------------- |
32-
| [reactive](tree/dagger/) | Modifies the data layer so UIs can react to changes automatically using Room as source of truth. |
32+
| [reactive](https://github.com/googlesamples/android-architecture/tree/reactive) | Modifies the data layer so UIs react to changes automatically using Room as source of truth. |
3333

3434
### Old samples - Kotlin and Java
3535

0 commit comments

Comments
 (0)