浏览代码

make links clickable

Rodja Trappe 5 月之前
父节点
当前提交
835268d69c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      website/documentation/content/generic_events_documentation.py

+ 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():