File tree Expand file tree Collapse file tree 3 files changed +24
-24
lines changed
Expand file tree Collapse file tree 3 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 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" ,
116116 <a href='" + repo_url + "'>" + repo . name + "</a> \
117117 </h3> \
118118 <div class='github-stats'> \
119- <a class='repo-watchers' href='" + repo_url + "' /watchers'>" + repo . watchers + "</a> \
120- <a class='repo-forks' href='" + repo_url + "'/forks '>" + repo . forks + "</a> \
119+ <a class='repo-watchers' href='" + repo_url + "/watchers'>" + repo . watchers + "</a> \
120+ <a class='repo-forks' href='" + repo_url + "/network '>" + repo . forks + "</a> \
121121 </div> \
122122 </div> \
123123 <div class='github-box-content'> \
124- <p>" + repo . description + " — <a href='" + repo_url + "' #readme'>Read More</a></p> \
124+ <p>" + repo . description + " — <a href='" + repo_url + "#readme'>Read More</a></p> \
125125 </div> \
126126 <div class='github-box-download'> \
127127 <p class='repo-update'>Latest commit to <strong>master</strong> on " + pushed_at + "</p> \
Original file line number Diff line number Diff line change 108108 <a href='" + repo_url + "'>" + repo . name + "</a> \
109109 </h3> \
110110 <div class='github-stats'> \
111- <a class='repo-watchers' href='" + repo_url + "' /watchers'>" + repo . watchers + "</a> \
112- <a class='repo-forks' href='" + repo_url + "'/forks '>" + repo . forks + "</a> \
111+ <a class='repo-watchers' href='" + repo_url + "/watchers'>" + repo . watchers + "</a> \
112+ <a class='repo-forks' href='" + repo_url + "/network '>" + repo . forks + "</a> \
113113 </div> \
114114 </div> \
115115 <div class='github-box-content'> \
116- <p>" + repo . description + " — <a href='" + repo_url + "' #readme'>Read More</a></p> \
116+ <p>" + repo . description + " — <a href='" + repo_url + "#readme'>Read More</a></p> \
117117 </div> \
118118 <div class='github-box-download'> \
119119 <p class='repo-update'>Latest commit to <strong>master</strong> on " + pushed_at + "</p> \
120- <a class='repo-download' href='" + repo_url + "' /zipball/master'>Download as zip</a> \
120+ <a class='repo-download' href='" + repo_url + "/zipball/master'>Download as zip</a> \
121121 </div> \
122122 </div> \
123123 " ) ) ;
You can’t perform that action at this time.
0 commit comments