Skip to content

Commit c90d129

Browse files
committed
Fix 'link this result' URL
1 parent 78d01de commit c90d129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/python/src/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ def format_page():
238238
</div>'''
239239

240240
if do_lookup:
241-
link = 'https://%s.toolforge.org/%s/lookup' % (PROJECT, ip)
241+
link = 'https://%s.toolforge.org/gateway.py?lookup=true&ip=%s' % (PROJECT, ip)
242242
hostname = None
243243
try:
244244
hostname = socket.gethostbyaddr(ip)[0]

0 commit comments

Comments
 (0)