Skip to content

Commit a81b513

Browse files
authored
fix: Update broken api-connect link (kubeflow#11521)
Signed-off-by: Daniel Dowler <[email protected]>
1 parent 1234c8d commit a81b513

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

backend/src/v2/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ it should have the following content:
6363
pip install -r requirements.txt
6464
```
6565
66-
* [Connecting to Kubeflow Pipelines using the SDK client](https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/#configure-sdk-client-by-environment-variables).
66+
* [Connecting to Kubeflow Pipelines using the SDK client](https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/#configure-sdk-client-by-environment-variables).
6767
6868
Recommend adding the env vars to your .bashrc or .zshrc etc to persist your config.
6969

samples/test/utils/kfp/samples/test/utils.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,7 @@ def main(
205205
):
206206
"""Test file CLI entrypoint used by Fire. To configure KFP endpoint,
207207
configure env vars following:
208-
https://www.kubeflow.org/docs/components/pipelines/sdk/connect-
209-
api/#configure-sdk-client-by-environment-variables. KFP UI endpoint can
208+
https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/#configure-sdk-client-by-environment-variables. KFP UI endpoint can
210209
be configured by KF_PIPELINES_UI_ENDPOINT env var.
211210
212211
:param pipeline_root: pipeline root that holds intermediate

sdk/python/kfp/cli/utils/parsing_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ def test_multiline(self):
128128

129129
self.assertEqual(
130130
host_descr,
131-
"Host name to use to talk to Kubeflow Pipelines. If not set, the in-cluster service DNS name will be used, which only works if the current environment is a pod in the same cluster (such as a Jupyter instance spawned by Kubeflow's JupyterHub). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/>`_)"
131+
"Host name to use to talk to Kubeflow Pipelines. If not set, the in-cluster service DNS name will be used, which only works if the current environment is a pod in the same cluster (such as a Jupyter instance spawned by Kubeflow's JupyterHub). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/>`_)"
132132
)
133133

134134

sdk/python/kfp/client/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Client:
105105
host: Host name to use to talk to Kubeflow Pipelines. If not set,
106106
the in-cluster service DNS name will be used, which only works if
107107
the current environment is a pod in the same cluster (such as a
108-
Jupyter instance spawned by Kubeflow's JupyterHub). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/sdk/connect-api/>`_)
108+
Jupyter instance spawned by Kubeflow's JupyterHub). (`More information on connecting. <https://www.kubeflow.org/docs/components/pipelines/user-guides/core-functions/connect-api/>`_)
109109
client_id: Client ID used by Identity-Aware Proxy.
110110
namespace: Kubernetes namespace to use. Used for multi-user deployments. For single-user deployments, this should be left as ``None``.
111111
other_client_id: Client ID used to obtain the auth codes and refresh

0 commit comments

Comments
 (0)