Browse Source

#108/#107: updated quasar doc links

Hannes Römer 2 years ago
parent
commit
b381f00fe2
2 changed files with 3 additions and 3 deletions
  1. 1 1
      nicegui/elements/badge.py
  2. 2 2
      nicegui/elements/progress.py

+ 1 - 1
nicegui/elements/badge.py

@@ -8,7 +8,7 @@ class Badge(TextElement):
         """Badge
 
         A badge element wrapping Quasar's
-        `QBadge <https://v1.quasar.dev/vue-components/badge>`_ component.
+        `QBadge <https://quasar.dev/vue-components/badge>`_ component.
 
         :param text: the initial value of the text field
         :param color: the color name for component from the Quasar Color Palette (default: "blue")

+ 2 - 2
nicegui/elements/progress.py

@@ -12,7 +12,7 @@ class LinearProgress(ValueElement):
         """Linear Progress
 
         A linear progress bar wrapping Quasar's
-        `QLinearProgress <https://v1.quasar.dev/vue-components/linear-progress>`_ component.
+        `QLinearProgress <https://quasar.dev/vue-components/linear-progress>`_ component.
 
         :param value: the initial value of the field (from 0.0 to 1.0)
         :param size: the height of the progress bar (default: "20px" with value label and "4px" without)
@@ -34,7 +34,7 @@ class CircularProgress(ValueElement):
         """Circular Progress
 
         A circular progress bar wrapping Quasar's
-        `QCircularProgress <https://v1.quasar.dev/vue-components/circular-progress>`_.
+        `QCircularProgress <https://quasar.dev/vue-components/circular-progress>`_.
 
         :param value: the initial value of the field
         :param size: the size of the progress circle (default: "xl")