@@ -41,9 +41,9 @@ const App = () => {
4141 < RouteTitled exact path = '/about' component = { About } title = 'About' />
4242 < RouteTitled exact path = '/about/contact' component = { Contact } title = 'Contact Us' />
4343 < RouteTitled exact path = '/about/faq' component = { Faq } title = 'FAQ' />
44- < RouteTitled exact path = '/organizations/all' component = { Contributors } title = 'All' />
45- < RouteTitled exact path = '/organizations/affiliated' component = { Contributors } title = 'Affiliated' />
46- < RouteTitled exact path = '/organizations/unaffiliated' component = { Contributors } title = 'Unaffiliated' />
44+ < RouteTitled exact path = '/organizations/all' component = { Contributors } title = 'All Orgs ' />
45+ < RouteTitled exact path = '/organizations/affiliated' component = { Contributors } title = 'Affiliated Orgs ' />
46+ < RouteTitled exact path = '/organizations/unaffiliated' component = { Contributors } title = 'Unaffiliated Orgs ' />
4747 < RouteTitled exact path = '/organizations/contributors' component = { Contributors } title = 'Index Contributors' />
4848 < RouteTitled exact path = '/home' component = { Home } title = 'Home' />
4949 < RouteTitled exact path = '/projects' component = { SearchProjects } title = 'Search Projects' />
@@ -70,10 +70,6 @@ const App = () => {
7070 < Redirect from = '/how-to' to = '/join-index/how-to-add' />
7171 < Redirect from = '/how-to-use' to = '/join-index/how-to-add' />
7272 < Redirect from = '/join' to = '/join-index' />
73- < Redirect from = '/All' to = '/organizations/all' />
74- < Redirect from = '/Affiliated' to = '/organizations/affiliatedorganizations' />
75- < Redirect from = '/Unaffiliated' to = '/organizations/unaffiliatedorganizations' />
76- < Redirect from = '/IndexContributors' to = '/organizations/affiliated' />
7773 < Redirect from = '/search' to = '/projects' />
7874 < Redirect from = '/share' to = '/support/share' />
7975 < Redirect from = '/tag-creator' to = '/join-index' />
0 commit comments