From 1ead4f3d7fd162a505df4e5e981b09f98b07f14b Mon Sep 17 00:00:00 2001 From: Sarah Maddox Date: Thu, 29 Nov 2018 05:36:34 +1100 Subject: [PATCH] Fixed links to point to website docs. (#313) --- content/docs/guides/pipelines/pipelines-overview.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/guides/pipelines/pipelines-overview.md b/content/docs/guides/pipelines/pipelines-overview.md index 07545c873a..099db81445 100644 --- a/content/docs/guides/pipelines/pipelines-overview.md +++ b/content/docs/guides/pipelines/pipelines-overview.md @@ -34,8 +34,8 @@ The following are the goals of Kubeflow Pipelines: Follow these guides to deploy Kubeflow Pipelines and build your first pipeline: -* [Deploy the Kubeflow Pipelines service to GKE](https://github.com/kubeflow/pipelines/wiki/Deploy-the-Kubeflow-Pipelines-Service). -* [Build a pipeline and run the pipeline samples](https://github.com/kubeflow/pipelines/wiki/Build-a-Pipeline). +* [Deploy the Kubeflow Pipelines service](/docs/guides/pipelines/deploy-pipelines-service). +* [Build a pipeline and run the pipeline samples](/docs/guides/pipelines/build-pipeline). ## The Python code to represent a pipeline workflow graph