diff --git a/samples/notebooks/DSL Static Type Checking.ipynb b/samples/notebooks/DSL Static Type Checking.ipynb index ed89b79fe10..caa2878e1ed 100644 --- a/samples/notebooks/DSL Static Type Checking.ipynb +++ b/samples/notebooks/DSL Static Type Checking.ipynb @@ -52,7 +52,7 @@ " field_o: /output.txt\n", "```\n", "\n", - "If you define the component using the function decorator, there are a list of [core types](https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/_types.py).\n", + "If you define the component using the function decorator, there are a list of [core types](https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/types.py).\n", "For example, the following component declares a core type Integer for input field_l while\n", "declares customized_type for its output field_n.\n", "\n", @@ -446,7 +446,7 @@ " )\n", "\n", "# Users can also use the core types that are pre-defined in the SDK.\n", - "# For a full list of core types, check out: https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/_types.py\n", + "# For a full list of core types, check out: https://github.com/kubeflow/pipelines/blob/master/sdk/python/kfp/dsl/types.py\n", "@component\n", "def task_factory_b(field_x: 'customized_type',\n", " field_y: Integer(),\n",