-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed: Update support and donate users to
termux.dev
domain
- Loading branch information
1 parent
daa7ca4
commit 2a008d8
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -145,7 +145,7 @@ The main ones are the following. | |
- [Termux Matrix Channel](https://matrix.to/#termux_termux:gitter.im) | ||
- [Termux Dev Matrix Channel](https://matrix.to/#termux_dev:gitter.im) | ||
- [Termux Twitter](https://twitter.com/termux/) | ||
- [Termux Reports Email](mailto:[email protected]) | ||
- [Termux Reports Email](mailto:[email protected]) | ||
|
||
### Wikis | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -485,6 +485,12 @@ public final class TermuxConstants { | |
* Termux miscellaneous urls. | ||
*/ | ||
|
||
/** Termux Site */ | ||
public static final String TERMUX_SITE = TERMUX_APP_NAME + " Site"; // Default: "Termux Site" | ||
|
||
/** Termux Site url */ | ||
public static final String TERMUX_SITE_URL = "https://termux.dev"; // Default: "https://termux.dev" | ||
|
||
/** Termux Wiki */ | ||
public static final String TERMUX_WIKI = TERMUX_APP_NAME + " Wiki"; // Default: "Termux Wiki" | ||
|
||
|
@@ -499,10 +505,10 @@ public final class TermuxConstants { | |
|
||
|
||
/** Termux support email url */ | ||
public static final String TERMUX_SUPPORT_EMAIL_URL = "[email protected]"; // Default: "[email protected]" | ||
public static final String TERMUX_SUPPORT_EMAIL_URL = "[email protected]"; // Default: "[email protected]" | ||
|
||
/** Termux support email mailto url */ | ||
public static final String TERMUX_SUPPORT_EMAIL_MAILTO_URL = "mailto:" + TERMUX_SUPPORT_EMAIL_URL; // Default: "mailto:[email protected]" | ||
public static final String TERMUX_SUPPORT_EMAIL_MAILTO_URL = "mailto:" + TERMUX_SUPPORT_EMAIL_URL; // Default: "mailto:[email protected]" | ||
|
||
|
||
/** Termux Reddit subreddit */ | ||
|
@@ -513,7 +519,7 @@ public final class TermuxConstants { | |
|
||
|
||
/** Termux donate url */ | ||
public static final String TERMUX_DONATE_URL = TERMUX_PACKAGES_GITHUB_REPO_URL + "/wiki/Donate"; // Default: "https://github.com/termux/termux-packages/wiki/Donate" | ||
public static final String TERMUX_DONATE_URL = TERMUX_SITE_URL + "/donate"; // Default: "https://termux.dev/donate" | ||
|
||
|
||
|
||
|