From e0aac32de152ab58ab28b624018129c79895ea55 Mon Sep 17 00:00:00 2001 From: Rafal Skolasinski Date: Wed, 14 Oct 2020 17:13:41 +0100 Subject: [PATCH] fix links to metrics notebooks --- doc/source/analytics/analytics.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/analytics/analytics.md b/doc/source/analytics/analytics.md index 2ed6101393..e3c26a17a1 100644 --- a/doc/source/analytics/analytics.md +++ b/doc/source/analytics/analytics.md @@ -51,7 +51,7 @@ and then access it at http://localhost:3001/ ## Example -There is [an example notebook you can use to test the metrics](../examples/metrics). +There is [an example notebook you can use to test the metrics](../examples/metrics.html). ## Custom Metrics @@ -166,4 +166,4 @@ At present the following Seldon Core wrappers provide integrations with custom m ### Example -There is an [example notebook illustrating a model with custom metrics in python](../examples/custom_metrics). +There is an [example notebook illustrating a model with custom metrics in python](../examples/custom_metrics.html).