Skip to content

Commit

Permalink
add spmjs.org link
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed May 13, 2013
1 parent 9e3ac25 commit 2307282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/site.js
Expand Up @@ -35,8 +35,8 @@ seajs.use(['jquery', 'arale/popup/1.0.1/popup'], function($, Popup) {
var version = $('#sidebar-wrapper .version a').html();
new Popup({
trigger: '#sidebar-wrapper h1 > a',
template: '<div class="popup-install">spm install '
+family+'/'+name+'@'+version+'</div>',
template: '<div class="popup-install">spm install <a href="https://spmjs.org/'+family+'/'+name+'/">'
+family+'/'+name+'@'+version+'</a></div>',
align: {
baseXY: [0, '100%+5']
}
Expand Down

0 comments on commit 2307282

Please sign in to comment.