-
Notifications
You must be signed in to change notification settings - Fork 222
New issue
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
Remove trailing underscore in pyflakes URL #573
Comments
@jayvdb hey I would like to work on this |
Assigned. |
Wow, you have also been assigned to #529 for ages, and not done anything. |
u can unassign me from #529 👍 |
@jayvdb hey can you plz tell me where to make the change? I was not able to find the links in project. |
How about we directly add the redirects in the netlify.toml file instead of creating a new _redirects file? |
As this is a Single Page App, the netlify redirect probably wont work. Might need some voodoo in the angular JS |
This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala and also removes ending whitespace from project name Fixes coala#573
This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala and also removes ending whitespace from project name Fixes coala#573
This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala and also removes ending whitespace from project name Fixes coala#573
This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala and also removes ending whitespace from project name Fixes coala#573
This redirects the user from link http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_ to http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala and also removes ending whitespace from project name Fixes coala#573
The pyflakes project link is
http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala_
Without the underscore it doesnt work.
http://projects.coala.io/#/projects?project=integrate_pyflakes-enhanced_ast_into_coala
We need both to work, and the former redirect to the latter.
It might be possible to use Netlify
_redirects
to do the redirect.The text was updated successfully, but these errors were encountered: