Skip to content

Commit 8448d3a

Browse files
committed
Fix link
1 parent f9128e7 commit 8448d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporalio/converter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@ def to_payload(self, value: Any) -> Optional[temporalio.api.common.v1.Payload]:
564564
if hasattr(value, "parse_obj"):
565565
warnings.warn(
566566
"If you're using Pydantic v2, use temporalio.contrib.pydantic.pydantic_data_converter. "
567-
"If you're using Pydantic v1 and cannot upgrade, refer to https://github.com/temporalio/samples-python/tree/main/pydantic_converter/v1 for better v1 support."
567+
"If you're using Pydantic v1 and cannot upgrade, refer to https://github.com/temporalio/samples-python/tree/main/pydantic_converter_v1 for better v1 support."
568568
)
569569
# We let JSON conversion errors be thrown to caller
570570
return temporalio.api.common.v1.Payload(

0 commit comments

Comments
 (0)