Skip to content

Commit bfa0a7f

Browse files
committed
Fixed download links.
1 parent e3a038f commit bfa0a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function processVersions( repo, fn ) {
161161

162162
// add additional metadata and generate the plugin page
163163
var pluginData = Object.create( version.package );
164-
pluginData._downloadUrl = repo.downloadUrl( version );
164+
pluginData._downloadUrl = repo.downloadUrl( version.version );
165165
pluginData.url = repo.siteUrl;
166166
generatePage( pluginData, this );
167167
},

0 commit comments

Comments
 (0)