Skip to content

Commit 5b77e6a

Browse files
committed
Update README.md
1 parent f62c55e commit 5b77e6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Modern Android Development - WhereIsMyMotivation
2-
[![Android Unit Test](https://github.com/janishar/wimm-android-app/actions/workflows/android-unit-test.yml/badge.svg)](https://github.com/janishar/wimm-android-app/actions/workflows/android-unit-test.yml)
2+
[![Android Unit Test](https://github.com/unusualcodeorg/wimm-android-app/actions/workflows/android-unit-test.yml/badge.svg)](https://github.com/unusualcodeorg/wimm-android-app/actions/workflows/android-unit-test.yml)
33

44
![Cover](docs/assets/cover.jpg)
55

@@ -53,7 +53,7 @@ Using this app can bring a little bit of happiness and energy to live an inspire
5353
## Instructions
5454
```bash
5555
# clone the backend project wimm-node-app used for this App
56-
git clone https://github.com/janishar/wimm-node-app.git --recursive
56+
git clone https://github.com/unusualcodeorg/wimm-node-app.git --recursive
5757

5858
# goto the wimm-node-app and run
5959
npm install
@@ -62,7 +62,7 @@ npm install
6262
docker-compose up -d
6363

6464
# clone the wimm-android-app
65-
git clone https://github.com/janishar/wimm-android-app.git
65+
git clone https://github.com/unusualcodeorg/wimm-android-app.git
6666

6767
# open wimm-android-app in Android Studio and run the app
6868
echo "Enjoy learning Modern Android Development - WhereIsMyMotivation :D"
@@ -89,7 +89,7 @@ Example
8989
- Run the Backend Project to power this App as mentioned below
9090

9191
## Supporting Backend Project
92-
The backend that powers this App is also open-sourced. You can find it here: [Modern Backend Development - WhereIsMyMotivation](https://github.com/janishar/wimm-node-app)
92+
The backend that powers this App is also open-sourced. You can find it here: [Modern Backend Development - WhereIsMyMotivation](https://github.com/unusualcodeorg/wimm-node-app)
9393

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

0 commit comments

Comments
 (0)