Преглед на файлове

fix link to QColorPicker (fixes #3883)

Falko Schindler преди 7 месеца
родител
ревизия
35d055a037
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      nicegui/elements/color_picker.py

+ 1 - 1
nicegui/elements/color_picker.py

@@ -16,7 +16,7 @@ class ColorPicker(Menu):
         """Color Picker
         """Color Picker
 
 
         This element is based on Quasar's `QMenu <https://quasar.dev/vue-components/menu>`_ and
         This element is based on Quasar's `QMenu <https://quasar.dev/vue-components/menu>`_ and
-        `QColor <https://quasar.dev/vue-components/color>`_ components.
+        `QColor <https://quasar.dev/vue-components/color-picker>`_ components.
 
 
         :param on_pick: callback to execute when a color is picked
         :param on_pick: callback to execute when a color is picked
         :param value: whether the menu is already opened (default: `False`)
         :param value: whether the menu is already opened (default: `False`)