LimnoriaChan: fix typo.

master
Valentin Lorentz 2011-06-23 15:07:03 +02:00
parent 7145c69925
commit 9d6d875221
1 changed files with 2 additions and 2 deletions

View File

@ -51,8 +51,8 @@ staticFactoids = {
}
dynamicFactoids = {
'git': WEB_REPO + '/tree/%s',
'commit': WEB_REPO + '/commits/%s',
'commit-pl': PLUGINS_WEB_REPO + '/commits/%s',
'commit': WEB_REPO + '/commit/%s',
'commit-pl': PLUGINS_WEB_REPO + '/commit/%s',
'wiki': WEB_REPO + '/wiki/%s',
'issue': WEB_REPO + '/issues/%s',
'issue-pl': PLUGINS_WEB_REPO + '/issues/%s',