Fixed: Links to Config.kt and CONTRIBUTING.md were not functioning in the README.md file.

* As we've renamed the default branch from 'develop' to 'main,' we have accordingly updated the links.
This commit is contained in:
MohitMaliFtechiz 2023-12-27 18:56:18 +05:30 committed by Kelson
parent f17ed9af69
commit f2ef85c363

View File

@ -15,7 +15,7 @@ with additional metadata.
This is the version for Android, with support versions ranging from 7 This is the version for Android, with support versions ranging from 7
to 13 (like [mentioned to 13 (like [mentioned
here](https://github.com/kiwix/kiwix-android/blob/develop/buildSrc/src/main/kotlin/Config.kt)). here](https://github.com/kiwix/kiwix-android/blob/main/buildSrc/src/main/kotlin/Config.kt)).
**Important Note**: Starting from Android 11, the ZIM file picker **Important Note**: Starting from Android 11, the ZIM file picker
feature has been restricted in the Play Store variant due to Play feature has been restricted in the Play Store variant due to Play
@ -39,7 +39,7 @@ website to access the complete set of features.
Kiwix Android is written in [Kotlin](https://kotlinlang.org/) Kiwix Android is written in [Kotlin](https://kotlinlang.org/)
[![Build Status](https://github.com/kiwix/kiwix-android/workflows/CI/badge.svg?query=branch%3Adevelop+workflow%3ANightly)](https://github.com/kiwix/kiwix-android/actions?query=workflow%3ACI+branch%3Adevelop) [![Build Status](https://github.com/kiwix/kiwix-android/workflows/CI/badge.svg?query=branch%3Adevelop+workflow%3ANightly)](https://github.com/kiwix/kiwix-android/actions?query=workflow%3ACI+branch%3Amain)
[![Nightly](https://github.com/kiwix/kiwix-android/actions/workflows/nightly.yml/badge.svg)](https://github.com/kiwix/kiwix-android/actions/workflows/nightly.yml) [![Nightly](https://github.com/kiwix/kiwix-android/actions/workflows/nightly.yml/badge.svg)](https://github.com/kiwix/kiwix-android/actions/workflows/nightly.yml)
[![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/develop/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android) [![codecov](https://codecov.io/gh/kiwix/kiwix-android/branch/develop/graph/badge.svg)](https://codecov.io/gh/kiwix/kiwix-android)
[![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-android/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-android) [![CodeFactor](https://www.codefactor.io/repository/github/kiwix/kiwix-android/badge)](https://www.codefactor.io/repository/github/kiwix/kiwix-android)
@ -79,7 +79,7 @@ If you are interested in our custom apps they have their own repo [kiwix-android
## Contributing ## Contributing
Before contributing be sure to check out the Before contributing be sure to check out the
[CONTRIBUTION](https://github.com/kiwix/kiwix-android/blob/develop/CONTRIBUTING.md) [CONTRIBUTION](https://github.com/kiwix/kiwix-android/blob/main/CONTRIBUTING.md)
guidelines. guidelines.
We currently have a series of automated Unit and Integration We currently have a series of automated Unit and Integration