diff --git a/depictions/index.html b/depictions/index.html
index fa68faede..0ea4024cb 100644
--- a/depictions/index.html
+++ b/depictions/index.html
@@ -87,13 +87,13 @@
}
,"#changelogLink" :
{"type":"custom"
- ,"source" :"package>screenshots>screenshot"
+ ,"source" :"package>changelog>change"
,"render":function(element, source){
$("#changelogLink").remove();
if ($(source).size() == 0) {
return
}
- // create screenshots link
+ // create changelog link
$("#changesList").append(
$("")
.attr("href","changelog.html?p="+bundleid)