浏览代码

Update the deprecation issue ticket link.

Dominique CLAUSE 2 年之前
父节点
当前提交
384c6ae82e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nicegui/dependencies.py

+ 1 - 1
nicegui/dependencies.py

@@ -47,7 +47,7 @@ def register_component(name: str, py_filepath: str, component_filepath: str, dep
     Deprecated method. Use `register_vue_component` or `register_library` library instead.
     """
 
-    url = f'https://github.com/zauberzeug/nicegui/pull/xxx'  # @todo to be defined.
+    url = f'https://github.com/zauberzeug/nicegui/pull/658'
     warnings.warn(DeprecationWarning(
         f'This function is deprecated. Use either register_vue_component or register_library instead, along with `use_component` or `use_library` ({url}).'))