diff options
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ if (empty($elements[0])) { 'Top' ); echo_html( - $GLOBALS['full_domain'] . '/top/', + $GLOBALS['full_domain'], 'The top stories from Hacker News, proxied by hn.', 'hn', $html_output @@ -23,7 +23,7 @@ if (empty($elements[0])) { 'Top' ); echo_html( - $GLOBALS['full_domain'] . '/top/', + $GLOBALS['full_domain'], 'The top stories from Hacker News, proxied by hn.', 'hn', $html_output |