You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the astartes review the links are provided via markdown as is the version.
Because of that when the link to the github url is parsed, it returns GitHub (which is the text) instead of the actual link.
We may need to add a check to the validator for links to ensure a link always begins with http and also to parse text if it is in markdown form.
because version is parsed this way as well it might make sense to do a markdown link check helper method and runs on any code that is supposed to be a link.
see pyOpenSci/pyopensci.github.io#283 for what the manual fix looks like. if we run the action again however it will revert to the github text.
The text was updated successfully, but these errors were encountered:
In the astartes review the links are provided via markdown as is the version.
Because of that when the link to the github url is parsed, it returns GitHub (which is the text) instead of the actual link.
We may need to add a check to the validator for links to ensure a link always begins with http and also to parse text if it is in markdown form.
because version is parsed this way as well it might make sense to do a markdown link check helper method and runs on any code that is supposed to be a link.
see pyOpenSci/pyopensci.github.io#283 for what the manual fix looks like. if we run the action again however it will revert to the github text.
The text was updated successfully, but these errors were encountered: