Browse Source

Wrong link in visual elements doc (#667)

Co-authored-by: Fabien Lelaquais <fabien@lelaquais.fr>
Fabien Lelaquais 1 year ago
parent
commit
7bb377767c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      taipy/gui/viselements.json

+ 2 - 2
taipy/gui/viselements.json

@@ -984,12 +984,12 @@
           {
             "name": "tooltip",
             "type": "str",
-            "doc": "The name of the function that must return a tooltip text for a cell.<br/>See <a href=\"#cell%20tooltip\">below</a> for details."
+            "doc": "The name of the function that must return a tooltip text for a cell.<br/>See <a href=\"#cell-tooltips\">below</a> for details."
           },
           {
             "name": "tooltip[<i>column_name</i>]",
             "type": "str",
-            "doc": "The name of the function that must return a tooltip text for a cell.<br/>See <a href=\"#cell%20tooltip\">below</a> for details."
+            "doc": "The name of the function that must return a tooltip text for a cell.<br/>See <a href=\"#cell-tooltips\">below</a> for details."
           },
           {
             "name": "width",