Skip to content

Commit

Permalink
chore: use correct links inside README
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithEmad committed Oct 31, 2023
1 parent c211c3a commit 8ae6f51
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ Modern vision of the mobile application for the Open EdX platform from Raccoon G
[Documentation](Documentation/Documentation.md)

## Building

1. Check out the source code:

git clone https://github.com/raccoongang/educationx-app-ios.git
git clone https://github.com/openedx/openedx-app-android.git

2. Open Android Studio and choose Open an Existing Android Studio Project.

3. Choose ``educationx-app-android``.
3. Choose ``openedx-app-android``.

4. Configure the [config.yaml](config.yaml) with URLs and OAuth credentials for your Open edX instance.

Expand All @@ -20,11 +21,13 @@ Modern vision of the mobile application for the Open EdX platform from Raccoon G
6. Click the **Run** button.

## API plugin

This project uses custom APIs to improve performance and reduce the number of requests to the server.

You can find the plugin with the API and installation guide [here](https://github.com/raccoongang/mobile-api-extensions).

## License

The code in this repository is licensed under the Apache-2.0 license unless otherwise noted.

Please see [LICENSE](https://github.com/raccoongang/educationx-app-android/blob/main/LICENSE) file for details.
Please see [LICENSE](https://github.com/openedx/openedx-app-android/blob/main/LICENSE) file for details.

0 comments on commit 8ae6f51

Please sign in to comment.