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
I think broken links are a common issue and a radical solution to this problem is automatically checking and reporting them. Luckily the new GitHub actions and workflows help with that. I recently wrote an action that just does that. URLs-checker will check and report broken links, which is useful to spot similar issues to this one.
What happened:
Page: https://github.com/kubeflow/pipelines/blob/master/developer_guide.md#python-based-visualizations
link is broken and leads to a 404 error. The link is pointing to:
https://github.com/kubeflow/pipelines/blob/master/backend/src/apiserver/visualization/developer_guide.md
What did you expect to happen:
Link to the developer guide of the visualization components.
The text was updated successfully, but these errors were encountered: