Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed broken links in Notebooks #3878

Merged
merged 3 commits into from
Sep 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/).
Original file line number Diff line number Diff line change
Expand Up @@ -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://<deployment-name>.endpoints.<project>.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
Expand Down
1 change: 0 additions & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down