You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$('#a_git_src').attr("href","https://github.com/loongarchlinux/"+result.repo.replace("-testing","")+"/tree/main/"+result.pkgbase).attr("title","View source files for "+result.pkgname);
102
107
$('#a_git_log').attr("href","https://github.com/loongarchlinux/"+result.repo.replace("-testing","")+"/commits/main/"+result.pkgbase).attr("title","View changes for "+result.pkgname);
108
+
$('#a_wiki').attr("href","https://wiki.archlinux.org/title/Special:Search?search="+result.pkgname).attr("title","Search wiki for "+result.pkgname);
109
+
$('#a_wiki_cn').attr("href","https://wiki.archlinuxcn.org/title/Special:Search?search="+result.pkgname).attr("title","Search wiki for "+result.pkgname);
110
+
$('#a_man').attr("href","https://man.archlinux.org/listing/"+result.pkgname).attr("title","List manpages in "+result.pkgname);
0 commit comments