Skip to content

Commit 0e59780

Browse files
committed
Updates links to point to the top-level directory of each branch
Also adds links to variants in development.
1 parent 90d2c4a commit 0e59780

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ initial number of variants low before the stable release.
2727
All projects are released in their own branch. Check each project's README for
2828
more information.
2929

30-
* [todo-mvp/](https://github.com/googlesamples/android-architecture/tree/todo-mvp/todoapp) - Basic Model-View-Presenter architecture.
31-
* [todo-mvp-loaders/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-loaders/todoapp) - Based on todo-mvp, fetches data using Loaders.
32-
* [todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/todo-databinding/todoapp) - Based on todo-mvp, uses the Data Binding Library.
30+
* [todo-mvp/](https://github.com/googlesamples/android-architecture/tree/todo-mvp/) - Basic Model-View-Presenter architecture.
31+
* [todo-mvp-loaders/](https://github.com/googlesamples/android-architecture/tree/todo-mvp-loaders/) - Based on todo-mvp, fetches data using Loaders.
32+
* [todo-mvp-databinding/](https://github.com/googlesamples/android-architecture/tree/todo-databinding/) - Based on todo-mvp, uses the Data Binding Library.
3333

3434
In progress:
3535

36-
* <strong>todo-mvp-contentproviders</strong> - Based on todo-mvp-loaders, uses Content Providers
37-
* <strong>todo-mvp-clean</strong> - Based on todo-mvp, uses concepts from Clean Architecture.
38-
* <strong>todo-mvp-dagger</strong> - Based on todo-mvp, uses Dagger2 for Dependency Injection
36+
* [dev-todo-mvp-contentproviders/](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-contentproviders/) - Based on todo-mvp-loaders, uses Content Providers
37+
* [dev-todo-mvp-clean/](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-clean/) - Based on todo-mvp, uses concepts from Clean Architecture.
38+
* [dev-todo-mvp-dagger/](https://github.com/googlesamples/android-architecture/tree/dev-todo-mvp-dagger/) - Based on todo-mvp, uses Dagger2 for Dependency Injection
3939

4040
Also, see ["New sample" issues](https://github.com/googlesamples/android-architecture/issues?q=is%3Aissue+is%3Aopen+label%3A%22New+sample%22) for planned samples.
4141

0 commit comments

Comments
 (0)