diff --git a/static/sdk.js b/static/sdk.js index db436d9..11ff964 100644 --- a/static/sdk.js +++ b/static/sdk.js @@ -65,7 +65,7 @@ var contented = (function() { }, "getPreviewURL": function(id) { - return baseURL + "get/" + encodeURIComponent(id); // n.b. there's no better preview URL yet + return baseURL + "p/" + encodeURIComponent(id); }, "getDownloadURL": function(id) { return baseURL + "get/" + encodeURIComponent(id);