Pārlūkot izejas kodu

make links clickable

Rodja Trappe 5 mēneši atpakaļ
vecāks
revīzija
835268d69c

+ 2 - 2
website/documentation/content/generic_events_documentation.py

@@ -21,8 +21,8 @@ doc.title('Generic Events')
 
     Here you can find more information about the events that are supported:
 
-    - https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement#events for HTML elements
-    - https://quasar.dev/vue-components for Quasar-based elements (see the "Events" tab on the individual component page)
+    - <https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement#events> for HTML elements
+    - <https://quasar.dev/vue-components> for Quasar-based elements (see the "Events" tab on the individual component page)
 ''')
 def generic_events_demo() -> None:
     with ui.row():