fix: remove medium links and rss feeds

This commit is contained in:
Mrugesh Mohapatra
2019-06-15 23:45:30 +05:30
committed by mrugesh
parent 1d4ae06541
commit 0ffca02ec1
6 changed files with 7 additions and 51 deletions

View File

@ -42,7 +42,7 @@ exports[`createRedirects matches the snapshot 1`] = `
/forum/* https://forum.example.com/:splat 200
/privacy https://forum.example.com/t/free-code-camp-privacy-policy/19545 301
/nonprofit-project-instructions https://forum.example.com/t/how-free-code-camps-nonprofits-projects-work/19547 301
/how-nonprofit-projects-work https://medium.freecodecamp.org/open-source-for-good-1a0ea9f32d5a 301
/how-nonprofit-projects-work https://www.freecodecamp.org/news/open-source-for-good-1a0ea9f32d5a 301
"
`;

View File

@ -63,7 +63,7 @@ const template = `#api redirect
/forum/* #{{FORUM}}/:splat 200
/privacy #{{FORUM}}/t/free-code-camp-privacy-policy/19545 301
/nonprofit-project-instructions #{{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
/how-nonprofit-projects-work https://www.freecodecamp.org/news/open-source-for-good-1a0ea9f32d5a 301
`;
/* eslint-enable max-len */