aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gruver <bgruv@google.com>2016-02-27 17:39:03 -0800
committerBen Gruver <bgruv@google.com>2016-02-27 17:39:03 -0800
commit37fbbe8e15ba0134534038c1a72a8d5ba697bd65 (patch)
tree11a4bf5c4dd7c9636d24aa345b2dee72db4b33bd
parent82f031210ea1913abdb2a26b1f461826ee9980fa (diff)
downloadsmali-37fbbe8e15ba0134534038c1a72a8d5ba697bd65.tar.gz
Submit issues to the smalidea-issues repo
Let's not spam the nice people who watch the smali repo. (I'm looking at you jcase)
-rw-r--r--smalidea/src/main/java/org/jf/smalidea/errorReporting/GithubFeedbackTask.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/smalidea/src/main/java/org/jf/smalidea/errorReporting/GithubFeedbackTask.java b/smalidea/src/main/java/org/jf/smalidea/errorReporting/GithubFeedbackTask.java
index 28149494..ab54dc6b 100644
--- a/smalidea/src/main/java/org/jf/smalidea/errorReporting/GithubFeedbackTask.java
+++ b/smalidea/src/main/java/org/jf/smalidea/errorReporting/GithubFeedbackTask.java
@@ -81,7 +81,7 @@ public class GithubFeedbackTask extends Task.Backgroundable {
}
public static String sendFeedback(Map<String, String> environmentDetails) throws IOException {
- String url = "https://api.github.com/repos/JesusFreke/smali/issues";
+ String url = "https://api.github.com/repos/JesusFreke/smalidea-issues/issues";
String userAgent = "smalidea plugin";
IdeaPluginDescriptorImpl pluginDescriptor =