Skip to content

Commit

Permalink
changed ERROR_GITHUB_ISSUE_URL to point to the right URL
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorphicshade committed Jan 21, 2024
1 parent 660ffe2 commit ca110d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class ErrorActivity extends AppCompatActivity {
public static final String ERROR_EMAIL_SUBJECT = "Exception in ";

public static final String ERROR_GITHUB_ISSUE_URL =
"https://github.com/TeamNewPipe/NewPipe/issues";
"https://github.com/polymorphicshade/Tubular/issues";

public static final DateTimeFormatter CURRENT_TIMESTAMP_FORMATTER =
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm");
Expand Down

0 comments on commit ca110d1

Please sign in to comment.