From e15657a0e951d83173930c3dc4a566a5dffc5891 Mon Sep 17 00:00:00 2001 From: "Thomas J. Fan" Date: Mon, 30 Oct 2023 18:27:50 -0400 Subject: [PATCH] Fixes link in Flyte and Python Types docs (#1185) DOC Fixes link in Flyte and Python Types docs Signed-off-by: Thomas J. Fan --- .../data_types_and_io/data_types_and_io/flyte_python_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/data_types_and_io/data_types_and_io/flyte_python_types.py b/examples/data_types_and_io/data_types_and_io/flyte_python_types.py index f3a6efe05..2bc9a2051 100644 --- a/examples/data_types_and_io/data_types_and_io/flyte_python_types.py +++ b/examples/data_types_and_io/data_types_and_io/flyte_python_types.py @@ -96,6 +96,6 @@ # * - User defined types # - Any # - Custom Transformers -# - Use python 3 type hints. We use ``FlytePickle transformer`` by default, but users still can provide custom transformers. Refer to {ref}`advanced_custom_types`. +# - Use python 3 type hints. We use ``FlytePickle transformer`` by default, but users still can provide custom transformers. Refer to :ref:`advanced_custom_types`. # ``` #