-
Notifications
You must be signed in to change notification settings - Fork 50
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 broken-link in monitoring #366
Conversation
@@ -1,7 +1,7 @@ | |||
Iterative Results with EVC | |||
-------------------------- | |||
|
|||
When using the experiment version control (described `here <user/evc>`_), | |||
When using the experiment version control (described :doc:`here <../../user/evc>`), |
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.
Thanks for the fix! Can you try with /user/evc
instead? (for an absolute path)
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.
Great idea! I remember trying it but it didn't work at the time. In hindsight, it was probably a small syntax error. I tried again and it worked. It's much better this way 🙏.
Codecov Report
@@ Coverage Diff @@
## develop #366 +/- ##
========================================
Coverage 45.45% 45.45%
========================================
Files 67 67
Lines 12245 12245
Branches 306 306
========================================
Hits 5566 5566
Misses 6654 6654
Partials 25 25 Continue to review full report at Codecov.
|
Closing and re-opening because for some reason github didn't receive travis notice that tests passed. |
Why:
There is a broken link in the monitoring section when referencing the EVC. https://trello.com/c/HWp2LH8J
How:
I replaced the broken external link with a valid internal link. This way, if the linked document is moved, the build system will throw an error.