From 2bcd3141a6dcaf5e4b5af2dd8307489314060452 Mon Sep 17 00:00:00 2001 From: Mattijn van Hoek Date: Tue, 9 May 2023 15:35:15 +0200 Subject: [PATCH] update display.py, fix broken link (#3047) --- altair/vegalite/v5/display.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/altair/vegalite/v5/display.py b/altair/vegalite/v5/display.py index b86a4c936..ba69e02e0 100644 --- a/altair/vegalite/v5/display.py +++ b/altair/vegalite/v5/display.py @@ -33,7 +33,7 @@ If you see this message, it means the renderer has not been properly enabled for the frontend that you are using. For more information, see -https://altair-viz.github.io/user_guide/troubleshooting.html +https://altair-viz.github.io/user_guide/display_frontends.html#troubleshooting """ renderers = RendererRegistry(entry_point_group=ENTRY_POINT_GROUP)