-
Notifications
You must be signed in to change notification settings - Fork 835
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 and/or missing links in the documentation #1743
Conversation
Fixes the link for online community calls.
Fixes missing and broken links.
Fixes links and makes tiny formatting adjustments.
Fixes the broken notebook.
Applies a minor replacement to a redundant text.
Fixes minor link and formatting issues.
Fixes broken links.
Fixes the link to custom metrics API.
Fixes broken links.
Fixes broken link to Seldon Core examples.
Fixes a broken link to skeleton code.
Fixes broken links to skeleton codes.
Fixes a link to Ambassador docs.
Fixes a broken link to internal API.
Fixes broken links and formatting errors in `mlflow_server_ab_test_ambassador.ipynb`.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Fixes broken links and formatting.
Fixes broken links and formatting.
Replaces relative links with full URLs to allow access from the documentation.
Fixes the broken link to docs.
Fixes broken links and formatting.
Fixes broken links.
Making sure links can be accessed via online docs.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Fixes broken links.
Check out this pull request on You'll be able to see Jupyter notebook diff and discuss changes. Powered by ReviewNB. |
Hi @ozturkberkay. Thanks for your PR. I'm waiting for a SeldonIO member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/assign @cliveseldon |
Thanks @ozturkberkay this is really great. |
@@ -200,9 +200,9 @@ class MyModel(object): | |||
return [{"type": "COUNTER", "key": "mycounter", "value": 1}] | |||
``` | |||
|
|||
For more details on custom metrics and the format of the metric dict see [here](../custom_metrics.md). | |||
For more details on custom metrics and the format of the metric dict see [here](https://docs.seldon.io/projects/seldon-core/en/latest/analytics/analytics.html#custom-metrics). |
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.
Can we try to ensure all internal docs links remain relative as that ensures they will link to the same version when published wheras the above external link would move people to the latest version.
We decided to merge this and open #1851 to address the issue with relative links |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: axsaucedo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
failed to trigger Pull Request pipeline
|
Hi,
This PR fixes many broken links across the documentation. Sorry for the unnecessary amounts of commits, I did not expect such amount of broken links when I started; the list just kept getting bigger :)
Note: There are still many other broken links in the documentation. These are the ones I could fix.