diff --git a/README.md b/README.md index d1fbd040a..4e9162d77 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The implementation is still a bit basic but it generally works pretty well. ## How can I get this? -Builds will be uploaded in the [Releases](https://git.baalajimaestro.me/baalajimaestro/NewPipe/releases) section. Please download the APK from the newest release and install it on your device. +Builds will be uploaded in the [Releases](https://git.ptr.moe/baalajimaestro/NewPipe/releases) section. Please download the APK from the newest release and install it on your device. ## Why isn't this in upstream NewPipe? [The developer team](https://github.com/TeamNewPipe) behind the official NewPipe decided that they do not want to include these kinds of functionality in their app. See https://newpipe.schabi.org/blog/pinned/newpipe-and-online-advertising/, https://github.com/TeamNewPipe/NewPipe/pull/3205, and https://github.com/TeamNewPipe/NewPipe/issues/7469 for more information and discussion. diff --git a/app/src/main/java/org/schabi/newpipe/error/ErrorActivity.java b/app/src/main/java/org/schabi/newpipe/error/ErrorActivity.java index e0a4ea6e1..a5df09c35 100644 --- a/app/src/main/java/org/schabi/newpipe/error/ErrorActivity.java +++ b/app/src/main/java/org/schabi/newpipe/error/ErrorActivity.java @@ -64,11 +64,11 @@ public class ErrorActivity extends AppCompatActivity { // BUNDLE TAGS public static final String ERROR_INFO = "error_info"; - public static final String ERROR_EMAIL_ADDRESS = "me@baalajimaestro.me"; + public static final String ERROR_EMAIL_ADDRESS = "newpipesponsorblock@aol.com"; public static final String ERROR_EMAIL_SUBJECT = "Exception in "; public static final String ERROR_GITHUB_ISSUE_URL = - "https://git.baalajimaestro.me/baalajimaestro/NewPipe"; + "https://git.ptr.moe/baalajimaestro/NewPipe"; public static final DateTimeFormatter CURRENT_TIMESTAMP_FORMATTER = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");