From 8f034438ea0c0c10d334aad46e66d94f75a052ee Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Thu, 19 Dec 2024 19:17:22 +0200 Subject: [PATCH] docs: update Great Expectations example reference (#1671) Signed-off-by: Emmanuel Ferdman --- docs/integrations/great_expectations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/great_expectations.md b/docs/integrations/great_expectations.md index 8b0f0d07c..a03fc79c9 100644 --- a/docs/integrations/great_expectations.md +++ b/docs/integrations/great_expectations.md @@ -106,7 +106,7 @@ suite = profile.to_expectation_suite( ``` See [the Great Expectations -Examples](https://github.com/ydataai/ydata-profiling/blob/master/examples/features/great_expectations_example.py) +Examples](https://github.com/ydataai/ydata-profiling/blob/master/examples/integrations/great_expectations/great_expectations_example.py) for complete examples. \ No newline at end of file