From 392b28fa55bbba9bb527530c21652401821bea41 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Sun, 7 Oct 2018 15:29:12 +0530 Subject: [PATCH] fix: redirects for forum --- client/static/_redirects | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/client/static/_redirects b/client/static/_redirects index db969a6e7d..06bb23de13 100644 --- a/client/static/_redirects +++ b/client/static/_redirects @@ -33,6 +33,7 @@ /field-guide/* https://forum.freecodecamp.org 301 /learn-to-code /learn 200 /map /learn 200 -/privacy https://forum.freecodecamp.org/t/free-code-camp-privacy-policy/19545 301 -/nonprofit-project-instructions http://forum.freecodecamp.org/t/how-free-code-camps-nonprofits-projects-work/19547 301 -/how-nonprofit-projects-work https://medium.freecodecamp.org/open-source-for-good-1a0ea9f32d5a 301 \ No newline at end of file +/forum/* https://forum-proxy.freecodecamp.org 200 +/privacy https://www.freecodecamp.org/forum/t/free-code-camp-privacy-policy/19545 301 +/nonprofit-project-instructions http://www.freecodecamp.org/forum/t/how-free-code-camps-nonprofits-projects-work/19547 301 +/how-nonprofit-projects-work https://medium.freecodecamp.org/open-source-for-good-1a0ea9f32d5a 301