Skip to content

Commit 0653f41

Browse files
authored
update readme
1 parent f17c0f1 commit 0653f41

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Android MVVM Architecture - Modern Approach
2-
[![Android Unit Test](https://github.com/fifocode/wimm-android-app/actions/workflows/android-unit-test.yml/badge.svg)](https://github.com/fifocode/wimm-android-app/actions/workflows/android-unit-test.yml)
2+
[![Android Unit Test](https://github.com/afteracademy/wimm-android-app/actions/workflows/android-unit-test.yml/badge.svg)](https://github.com/afteracademy/wimm-android-app/actions/workflows/android-unit-test.yml)
33

44
## WhereIsMyMotivation
55

@@ -55,7 +55,7 @@ Using this app can bring a little bit of happiness and energy to live an inspire
5555

5656
## Detailed Article on this project
5757
Read this article to understand the project structure and concepts used:
58-
[Android MVVM Architecture for A Production Ready App](https://fifocode.com/article/android-mvvm-architecture-for-a-production-ready-app)
58+
[Android MVVM Architecture for A Production Ready App](https://afteracademy.com/article/android-mvvm-architecture-for-a-production-ready-app)
5959

6060
## Architecture
6161
![Architecture](docs/assets/arch-comp.svg)
@@ -66,7 +66,7 @@ Read this article to understand the project structure and concepts used:
6666
## Installation Instructions
6767
```bash
6868
# clone the backend project wimm-apis used for this App
69-
git clone https://github.com/fifocode/wimm-apis.git --recursive
69+
git clone https://github.com/afteracademy/wimm-apis.git --recursive
7070

7171
# goto the wimm-apis and run
7272
npm install
@@ -75,7 +75,7 @@ npm install
7575
docker-compose up -d
7676

7777
# clone the wimm-android-app
78-
git clone https://github.com/fifocode/wimm-android-app.git
78+
git clone https://github.com/afteracademy/wimm-android-app.git
7979

8080
# open wimm-android-app in Android Studio and run the app
8181
echo "Enjoy learning Modern Android Development - WhereIsMyMotivation :D"
@@ -102,15 +102,15 @@ Example
102102
- Run the Backend Project to power this App as mentioned below
103103

104104
## Supporting Backend Project
105-
The backend that powers this App is also open-sourced. You can find it here: [Modern Backend Development - WhereIsMyMotivation](https://github.com/fifocode/wimm-apis)
105+
The backend that powers this App is also open-sourced. You can find it here: [Modern Backend Development - WhereIsMyMotivation](https://github.com/afteracademy/wimm-apis)
106106

107107
## Find this project useful ? :heart:
108108
* Support it by clicking the :star: button on the upper right of this page. :v:
109109

110-
## More on YouTube channel - fifocode
111-
Subscribe to the YouTube channel `fifocode` for understanding the concepts used in this project:
110+
## More on YouTube channel - AfterAcademy
111+
Subscribe to the YouTube channel `AfterAcademy` for understanding the concepts used in this project:
112112

113-
[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@fifocode)
113+
[![YouTube](https://img.shields.io/badge/YouTube-Subscribe-red?style=for-the-badge&logo=youtube&logoColor=white)](https://www.youtube.com/@afteracad)
114114

115115
## Contribution
116116
Please feel free to fork it and open a PR.

0 commit comments

Comments
 (0)