summaryrefslogtreecommitdiffstats
path: root/chrome/common/extensions/docs/static
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/extensions/docs/static')
-rw-r--r--chrome/common/extensions/docs/static/samples.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/common/extensions/docs/static/samples.html b/chrome/common/extensions/docs/static/samples.html
index 45f511a..0ae778c 100644
--- a/chrome/common/extensions/docs/static/samples.html
+++ b/chrome/common/extensions/docs/static/samples.html
@@ -49,9 +49,7 @@
for (var i = 0; i < source_files.length; i++) {
sample.source_files.push({
'file': source_files[i],
- 'url': 'http://src.chromium.org/viewvc/chrome/trunk' +
- '/src/chrome/common/extensions/docs/' + sample.path +
- source_files[i] + '?content-type=text/plain'
+ 'url': sample.path + source_files[i]
});
}
});
@@ -108,8 +106,7 @@
</ul>
</div>
<div>
- <a jsvalues="href:'http://src.chromium.org/viewvc/chrome/trunk/src/chrome/common/extensions/docs/' + path" target="_blank">Browse source</a>
- - <a jsvalues="href:$this.zip_path">Download source</a>
+ <a jsvalues="href:$this.zip_path">Download source</a>
<!-- Only show the Install CRX link if a CRX file is provided -->
<span jsdisplay="$this.crx_path != null">
- <a jsvalues="href:$this.crx_path">Install extension</a>