Skip to content

Commit 7b0a017

Browse files
committed
tasks: fix URL to partial bundle headers
1 parent 5bc1167 commit 7b0a017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/stats.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ fs.writeFile(pathDistREADME, content.join('\n'), function(err) {
110110

111111
function makeBundleHeaderInfo(pathObj) {
112112
var name = pathObj.name;
113-
return '- [' + name + '](#plotly.js-' + name + ')';
113+
return '- [' + name + '](#plotlyjs-' + name + ')';
114114
}
115115

116116
function makeBundleInfo(pathObj) {

0 commit comments

Comments
 (0)