change source code links
This commit is contained in:
parent
c848da5b73
commit
eb51b03d1a
12
README.md
12
README.md
|
@ -3,7 +3,7 @@
|
|||
<p align="center">Conversations: the very last word in instant messaging</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dgithub">
|
||||
<a href="https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dcodeberg">
|
||||
<img src="https://conversations.im/images/get-it-on-play.png" alt="Get it on Google Play" height="80">
|
||||
</a>
|
||||
<a href="https://f-droid.org/packages/eu.siacs.conversations">
|
||||
|
@ -11,7 +11,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
![screenshots](https://raw.githubusercontent.com/inputmice/Conversations/master/screenshots.png)
|
||||
![screenshots](https://codeberg.org/iNPUTmice/Conversations/raw/branch/master/screenshots.png)
|
||||
|
||||
## Design principles
|
||||
|
||||
|
@ -79,7 +79,7 @@ build your apk file.
|
|||
|
||||
The more convenient way — which not only gives you automatic updates but also
|
||||
supports the further development of Conversations — is to buy the App in the
|
||||
Google [Play Store](https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dgithub).
|
||||
Google [Play Store](https://play.google.com/store/apps/details?id=eu.siacs.conversations&referrer=utm_source%3Dcodeberg).
|
||||
|
||||
Buying the App from the Play Store will also give you access to our [beta test](#beta).
|
||||
|
||||
|
@ -388,7 +388,7 @@ sdk.dir=Path-To-Sdk
|
|||
|
||||
Then issue the following commands in order to build the apk.
|
||||
|
||||
git clone https://github.com/inputmice/Conversations.git
|
||||
git clone https://codeberg.org/iNPUTmice/Conversations.git
|
||||
cd Conversations
|
||||
./gradlew assembleConversationsFreeDebug
|
||||
|
||||
|
@ -429,11 +429,9 @@ directly on your rooted phone. (Search for logcat). However in regards to furthe
|
|||
|
||||
#### I found a bug
|
||||
|
||||
Please report it to our [issue tracker][issues]. If your app crashes please
|
||||
Please report it to our [issue tracker](https://codeberg.org/iNPUTmice/Conversations/issues). If your app crashes please
|
||||
provide a stack trace. If you are experiencing misbehavior please provide
|
||||
detailed steps to reproduce. Always mention whether you are running the latest
|
||||
Play Store version or the current HEAD. If you are having problems connecting to
|
||||
your XMPP server your file transfer doesn’t work as expected please always
|
||||
include a logcat debug output with your issue (see above).
|
||||
|
||||
[issues]: https://github.com/inputmice/Conversations/issues
|
||||
|
|
|
@ -15,12 +15,12 @@
|
|||
|
||||
<homepage rdf:resource="https://conversations.im/"/>
|
||||
<download-page rdf:resource="https://play.google.com/store/apps/details?id=eu.siacs.conversations"/>
|
||||
<bug-database rdf:resource="https://github.com/iNPUTmice/Conversations/issues"/>
|
||||
<bug-database rdf:resource="https://codeberg.org/iNPUTmice/Conversations/issues"/>
|
||||
<!-- See https://github.com/ewilderj/doap/issues/53 -->
|
||||
<developer-forum rdf:resource="xmpp:conversations@siacs.conference.eu?join"/>
|
||||
<support-forum rdf:resource="xmpp:conversations@siacs.conference.eu?join"/>
|
||||
|
||||
<license rdf:resource="https://github.com/iNPUTmice/Conversations/blob/master/LICENSE"/>
|
||||
<license rdf:resource="https://codeberg.org/iNPUTmice/Conversations/src/branch/master/LICENSE"/>
|
||||
|
||||
<!-- See https://github.com/ewilderj/doap/issues/49 -->
|
||||
<language>en</language>
|
||||
|
@ -53,8 +53,8 @@
|
|||
|
||||
<repository>
|
||||
<GitRepository>
|
||||
<browse rdf:resource="https://github.com/iNPUTmice/Conversations"/>
|
||||
<location rdf:resource="https://github.com/iNPUTmice/Conversations.git"/>
|
||||
<browse rdf:resource="https://codeberg.org/iNPUTmice/Conversations"/>
|
||||
<location rdf:resource="https://codeberg.org/iNPUTmice/Conversations.git"/>
|
||||
</GitRepository>
|
||||
</repository>
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
<resources>
|
||||
<string name="pref_about_message" translatable="false">
|
||||
Conversations • the very last word in instant messaging.
|
||||
\n\nCopyright © 2014-2022 Daniel Gultsch
|
||||
\n\nCopyright © 2014-2023 Daniel Gultsch
|
||||
\n\nThis program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
|
@ -42,7 +42,7 @@
|
|||
GNU General Public License for more details.
|
||||
\n\nYou should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see https://www.gnu.org/licenses
|
||||
\n\nDownload the full source code at https://github.com/iNPUTmice/Conversations
|
||||
\n\nDownload the full source code at https://codeberg.org/iNPUTmice/Conversations
|
||||
\n\n\nLibraries
|
||||
\n\nhttps://webrtc.org\nCopyright (c) 2011, The WebRTC project authors. All rights reserved. (https://webrtc.org/support/license)
|
||||
\n\nhttps://github.com/ypresto/android-transcoder\n(Apache License, Version 2.0)
|
||||
|
|
Loading…
Reference in a new issue