diff --git a/content/en/docs/components/katib/user-guides/installation-options.md b/content/en/docs/components/katib/user-guides/installation-options.md index 7c1c2a605c..8688b55ea8 100644 --- a/content/en/docs/components/katib/user-guides/installation-options.md +++ b/content/en/docs/components/katib/user-guides/installation-options.md @@ -6,7 +6,7 @@ weight = 90 Katib offers a few installation options to install control plane. This page describes the options and the features available with each option. Check -[the installation guide](/docs/components/katib/installation/#katib-control-plane-components) to +[the installation guide](/docs/components/katib/installation/#installing-control-plane) to understand the Katib control plane components. ## The Default Katib Standalone Installation diff --git a/content/en/docs/components/notebooks/jupyter-tensorflow-examples.md b/content/en/docs/components/notebooks/jupyter-tensorflow-examples.md index 0397783754..4edf840d6a 100644 --- a/content/en/docs/components/notebooks/jupyter-tensorflow-examples.md +++ b/content/en/docs/components/notebooks/jupyter-tensorflow-examples.md @@ -55,4 +55,4 @@ weight = 40 - See a [simple example](https://github.com/kubeflow/examples/tree/master/pipelines/simple-notebook-pipeline) of creating Kubeflow pipelines in a Jupyter notebook. - Build machine-learning pipelines with the [Kubeflow Pipelines SDK](/docs/components/pipelines/legacy-v1/sdk/sdk-overview/). -- Learn the advanced features available from a Kubeflow notebook, such as [submitting Kubernetes resources](/docs/components/notebooks/submit-kubernetes/) or [building Docker images](/docs/components/notebooks/custom-notebook/). +- Learn the advanced features available from a Kubeflow notebook, such as [submitting Kubernetes resources](/docs/components/notebooks/submit-kubernetes/) or [building Docker images](/docs/components/notebooks/container-images/). diff --git a/content/en/docs/components/pipelines/legacy-v1/tutorials/build-pipeline.md b/content/en/docs/components/pipelines/legacy-v1/tutorials/build-pipeline.md index 8265dfecd1..ec9e30a370 100644 --- a/content/en/docs/components/pipelines/legacy-v1/tutorials/build-pipeline.md +++ b/content/en/docs/components/pipelines/legacy-v1/tutorials/build-pipeline.md @@ -96,7 +96,7 @@ Follow these steps to start a notebook: * When Kubeflow is running, access the Kubeflow UI at a URL of the form `https://.endpoints..cloud.goog/`. -1. Follow the [Kubeflow notebooks setup guide](/docs/components/notebooks/setup/) to +1. Follow the [Kubeflow notebooks setup guide](/docs/components/notebooks/quickstart-guide/) to create a Jupyter notebook server and open the Jupyter UI. 1. Download the sample notebooks from diff --git a/netlify.toml b/netlify.toml index 12feccc24b..4079f2875a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -27,7 +27,6 @@ package = "netlify-plugin-checklinks" # If a link contains these patterns it will not fail the build, but will be reported as a TODO in the build log. todoPatterns = [ - "public/docs/components/notebooks/", # These are referenced by autogenerated files: "public/docs/components/pipelines/legacy-v1/reference/api/fonts/",