diff --git a/r2/r2/config/routing.py b/r2/r2/config/routing.py index 64a914d3d..4e41341b0 100644 --- a/r2/r2/config/routing.py +++ b/r2/r2/config/routing.py @@ -235,7 +235,7 @@ def make_map(global_conf={}, app_conf={}): dest='http://store.reddit.com/index.html') mc('/code', controller='redirect', action='redirect', - dest='http://code.reddit.com/') + dest='http://github.com/reddit/') mc('/mobile', controller='redirect', action='redirect', dest='http://m.reddit.com/') diff --git a/r2/r2/templates/feedbackblurb.html b/r2/r2/templates/feedbackblurb.html index 92129917d..d916aa953 100644 --- a/r2/r2/templates/feedbackblurb.html +++ b/r2/r2/templates/feedbackblurb.html @@ -39,9 +39,7 @@