diff --git a/apps.md b/apps.md index 05f65696..fb8c65ee 100644 --- a/apps.md +++ b/apps.md @@ -38,7 +38,7 @@ function timeConverter(UNIX_timestamp) { } $(document).ready(function () { - $.getJSON('http://app.yunohost.org/list.json', function(app_list) { + $.getJSON('/list.json', function(app_list) { console.log(app_list); $.each(app_list, function(app_id, infos) { html = $('#app-template').html()