mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2025-04-20 03:13:30 +00:00
Fix link pointing to non-exisiting docs
The current link is pointing to a path that does not exist any longer. I changed it to point to the currect correct path for custom nodes datatypes.
This commit is contained in:
parent
b4d3652d88
commit
871dcc6cfe
@ -85,7 +85,7 @@ class InputTypeOptions(TypedDict):
|
||||
|
||||
Due to IDE limitations with unions, for now all options are available for all types (e.g. `label_on` is hinted even when the type is not `IO.BOOLEAN`).
|
||||
|
||||
Comfy Docs: https://docs.comfy.org/essentials/custom_node_datatypes
|
||||
Comfy Docs: https://docs.comfy.org/custom-nodes/backend/datatypes
|
||||
"""
|
||||
|
||||
default: bool | str | float | int | list | tuple
|
||||
|
Loading…
Reference in New Issue
Block a user