summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSean B. Palmer <sbp@aldebaran.local>2010-10-20 16:50:21 +0100
committerSean B. Palmer <sbp@aldebaran.local>2010-10-20 16:50:21 +0100
commit331bc44338eb7062f83c884f97d92482043168cb (patch)
treeaa860fb82d1d35bf888331c833d08481f0ab79f6
parentb45c1e94f7355418b432eef84ae70a4d0c7d1ada (diff)
downloadbot-331bc44338eb7062f83c884f97d92482043168cb.tar.gz
bot-331bc44338eb7062f83c884f97d92482043168cb.tar.bz2
bot-331bc44338eb7062f83c884f97d92482043168cb.zip
Fixed the oblique wiki load problem.
-rwxr-xr-xmodules/oblique.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/oblique.py b/modules/oblique.py
index 26b9256..e1ae299 100755
--- a/modules/oblique.py
+++ b/modules/oblique.py
@@ -10,7 +10,7 @@ http://inamidst.com/phenny/
import re, urllib
import web
-definitions = 'http://wiki.github.com/nslater/oblique/'
+definitions = 'http://github.com/nslater/oblique/wiki'
r_item = re.compile(r'(?i)<li>(.*?)</li>')
r_tag = re.compile(r'<[^>]+>')