Skip to content

Commit

Permalink
Updated plugin location
Browse files Browse the repository at this point in the history
  • Loading branch information
Humerus committed Jun 19, 2015
1 parent 81f67ee commit a38dca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/PluginIndex.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
function getPlugins() {
$.ajax({
type: "GET",
url: "http://sleepy-wave-2826.herokuapp.com/plugins",
url: "http://pluginsearch.pocketmine.net/plugins",
contentType: "application/json; charset=utf-8",
dataType: "json",
data: "",
Expand Down Expand Up @@ -227,7 +227,7 @@
minLength: 0,
source: function(request, response) {
$.ajax({
url: "http://sleepy-wave-2826.herokuapp.com/autocomplete?q=" + request.term,
url: "http://pluginsearch.pocketmine.net/autocomplete?q=" + request.term,
type: "GET",
dataType: "JSON",
success: function(data) {
Expand Down

0 comments on commit a38dca2

Please sign in to comment.