We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From discussion with leadership (e.g. @mariekers , Kat, and Julia), it sounds like people are on board with removing /people.
The text was updated successfully, but these errors were encountered:
This looks easily done by putting a redirect in the people.php file:
<?php Site::redirectPermanent("/", $_GET);
And removing the 2 links in the header.
Editing your profile is in the /profile directory and creating/editing projects in the /projects directory and are verified not to be effected.
Sorry, something went wrong.
Did this in 2 PRs, I am sure there is a way to do it in 1 but it wasn't jumping out at me:
Removal of link: http://pr-57.codeforphilly.sandbox.k8s.phl.io/
redirect: http://pr-58.codeforphilly.sandbox.k8s.phl.io/
tblacknc
No branches or pull requests
From discussion with leadership (e.g. @mariekers , Kat, and Julia), it sounds like people are on board with removing /people.
The text was updated successfully, but these errors were encountered: