Skip to content

Commit

Permalink
update a broken link (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoning777 authored and k8s-ci-robot committed Apr 25, 2019
1 parent b70a8be commit 18cc860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/notebooks/DSL Static Type Checking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 18cc860

Please sign in to comment.