Skip to content

Commit

Permalink
refactor: Update github repo link (closes #16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Aug 7, 2024
1 parent c75fd66 commit 48faff6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
## [0.1.0-alpha.0] - 2021-04-05
- Internal test release

[unreleased]: https://github.com/lmu-informatics/tree-app-android/compare/0.1.0-beta.0...master
[0.1.0-beta.0]: https://github.com/lmu-informatics/tree-app-android/compare/0.1.0-alpha.3...0.1.0-beta.0
[0.1.0-alpha.3]: https://github.com/lmu-informatics/tree-app-android/compare/0.1.0-alpha.2...0.1.0-alpha.3
[0.1.0-alpha.2]: https://github.com/lmu-informatics/tree-app-android/compare/0.1.0-alpha.1...0.1.0-alpha.2
[0.1.0-alpha.1]: https://github.com/lmu-informatics/tree-app-android/compare/0.1.0-alpha.0...0.1.0-alpha.1
[0.1.0-alpha.0]: https://github.com/lmu-informatics/tree-app-android/compare/0.0.7...0.1.0-alpha.0
[0.0.7]: https://github.com/lmu-informatics/tree-app-android/releases/tag/0.0.7
[unreleased]: https://github.com/mimuc/app-ins-gruene/compare/0.1.0-beta.0...master
[0.1.0-beta.0]: https://github.com/mimuc/app-ins-gruene/compare/0.1.0-alpha.3...0.1.0-beta.0
[0.1.0-alpha.3]: https://github.com/mimuc/app-ins-gruene/compare/0.1.0-alpha.2...0.1.0-alpha.3
[0.1.0-alpha.2]: https://github.com/mimuc/app-ins-gruene/compare/0.1.0-alpha.1...0.1.0-alpha.2
[0.1.0-alpha.1]: https://github.com/mimuc/app-ins-gruene/compare/0.1.0-alpha.0...0.1.0-alpha.1
[0.1.0-alpha.0]: https://github.com/mimuc/app-ins-gruene/compare/0.0.7...0.1.0-alpha.0
[0.0.7]: https://github.com/mimuc/app-ins-gruene/releases/tag/0.0.7
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ alt="Download from Google Play"
height="80">](https://play.google.com/store/apps/details?id=de.lmu.treeapp)
[<img src=".github/assets/direct-apk-download.png"
alt="Direct apk download"
height="80">](https://github.com/lmu-informatics/app-ins-gruene/releases/latest)
height="80">](https://github.com/mimuc/app-ins-gruene/releases/latest)

# Table of Contents
- [About the App](#about-the-App)
Expand Down Expand Up @@ -57,13 +57,13 @@ cd path/to/your/directory
```
- Clone the project:
```
git clone https://github.com/lmu-informatics/app-ins-gruene.git
git clone https://github.com/mimuc/app-ins-gruene.git
```
- Now you are able to open the project in Android Studio.

### How to contribute
- Create an [issue](https://github.com/lmu-informatics/app-ins-gruene/issues), so we can discuss and monitor the topic.
- You can check and manage the state of your issues in the [Issue-Board](https://github.com/lmu-informatics/app-ins-gruene/projects).
- Create an [issue](https://github.com/mimuc/app-ins-gruene/issues), so we can discuss and monitor the topic.
- You can check and manage the state of your issues in the [Issue-Board](https://github.com/mimuc/app-ins-gruene/projects).
- Use the branch `master` as basis for a new branch `git checkout 123-my-issue`, where `123` is the issue number. Don't forget to update your master before checkout with `git pull origin master`.
- Make your changes, consider formatting them with your IDE (e.g. `Ctrl+Alt+L` in IntelliJ / AndroidStudio).
- Commit your changes, consider [cross-linking](https://docs.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue) the resolved issue with `(closes #123)` in your commit message.
Expand Down
4 changes: 2 additions & 2 deletions tree-app-android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
<string name="about_text_devs4">Cara Emberger \nCarmen Golling \nFabienne Daniela Lengweiler \nFlorentine Helmle \nJulian Lorenz \nMaya Czupor \nThomas Gerl \nThomas Puls</string>
<string name="about_text_devs5">Florentine Helmle \nLisa Görtz \nMarie Irmer \nThomas Gerl</string>
<string name="about_open_source_subtitle">Open Source</string>
<string name="about_open_source_text">Ihr könnt den Quelltext der App einsehen und selbst verwenden. Außerdem freuen wir uns über Verbesserungen und Beiträge auf GitHub: https://github.com/lmu-informatics/app-ins-gruene</string>
<string name="open_source_link">https://github.com/lmu-informatics/app-ins-gruene</string>
<string name="about_open_source_text">Ihr könnt den Quelltext der App einsehen und selbst verwenden. Außerdem freuen wir uns über Verbesserungen und Beiträge auf GitHub: https://github.com/mimuc/app-ins-gruene</string>
<string name="open_source_link">https://github.com/mimuc/app-ins-gruene</string>

<!-- Licenses -->
<string name="menu_licenses">Lizenzen</string>
Expand Down

0 comments on commit 48faff6

Please sign in to comment.