-
Notifications
You must be signed in to change notification settings - Fork 317
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
Fix all redirection #1017
Fix all redirection #1017
Conversation
@@ -56,5 +56,5 @@ For an overview and demonstration of nbgrader's core functionality, check out th | |||
:caption: Resources | |||
|
|||
Source repository <https://github.com/jupyter/nbgrader> | |||
Jupyter education mailing list <http://tinyurl.com/jupyter-education> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think it's possible to add some exclusion marks and keep the tinyurl
version? I guess it is there for a reason like to see the number of people going to the Google Groups from this exact link?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noob question 😅 How do I exclude it? Do you mean should I keep tinyurl link? or is there a way to do that at travis config?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@npenzin ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swarnava Soorry for late reply. I'm afraid I can't help you on that but I guess TravisCI docs might have an answer on that, check it out. Best! :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the reason this uses tinyurl is because the #
in the google groups URL was causing problems with the linkchecker. This might not be a problem anymore, in which case it would be fine to put the full URL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this mean we are good to merge this PR now ? 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep I just tested it locally and it seems to be ok. The tests are failing for other reasons which I'll try to investigate separately.
Thanks! |
This should cover all #1015 testcases