Skip to content

Commit d38b7f9

Browse files
author
Zeno Rocha
committed
Merge pull request zenorocha#19 from obetomuniz/master
Fix url of download
2 parents 55cb984 + 595761b commit d38b7f9

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

dist/jquery.github.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
/*
2-
* jQuery Github - v0.2.8
3-
* A jQuery plugin to display your Github Repositories.
4-
* https://github.com/zenorocha/jquery-github/
5-
*
6-
* Copyright (c) 2013
7-
* MIT License
8-
*/
1+
/*
2+
* jQuery Github - v0.2.8
3+
* A jQuery plugin to display your Github Repositories.
4+
* https://github.com/zenorocha/jquery-github/
5+
*
6+
* Copyright (c) 2013
7+
* MIT License
8+
*/
99
;( function ( $, window, undefined ) {
1010

1111
var pluginName = "github",
@@ -125,7 +125,7 @@
125125
</div> \
126126
<div class='github-box-download'> \
127127
<p class='repo-update'>Latest commit to <strong>master</strong> on " + pushed_at + "</p> \
128-
<a class='repo-download' href='" + repo_url + "'/zipball/master'>Download as zip</a> \
128+
<a class='repo-download' href='" + repo_url + "/zipball/master'>Download as zip</a> \
129129
</div> \
130130
</div> \
131131
") );

dist/jquery.github.min.js

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)