From 7f42ee4442167926e00c0b3dcf56149ead8aeee2 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 11 Aug 2022 15:37:42 -0400 Subject: [PATCH] Update selections.md Remove link. Will add back with new confirmed link --- doc/python/selections.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/python/selections.md b/doc/python/selections.md index ab80714050e..cab711e3184 100644 --- a/doc/python/selections.md +++ b/doc/python/selections.md @@ -310,6 +310,3 @@ fig.update_layout( fig.show() ``` -## More on Selections - -For more on selections, see the [selections section of the `dcc.Graph` page](https://dash.plotly.com/dash-core-components/graph#selections) in the Dash docs.