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

Fix links to packaged distributions section #3758

Merged
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
4 changes: 2 additions & 2 deletions content/en/docs/components/central-dash/access.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ How you access the Istio gateway varies depending on how you've configured it.

## Packaged Distributions

Each [packaged distribution of Kubeflow](/docs/started/installing-kubeflow/#packaged-distributions-of-kubeflow) will have its own way of accessing the central dashboard.
Each [packaged distribution of Kubeflow](/docs/started/installing-kubeflow/#packaged-distributions) will have its own way of accessing the central dashboard.

For more information, please see the documentation of the distribution you are using.

## Raw Manifests

If you are using the [Raw Kubeflow Manifests](/docs/started/installing-kubeflow/#raw-kubeflow-manifests), you may access the Istio gateway with `kubectl` port-forwarding or another method.
If you are using the default [Kubeflow Manifests](/docs/started/installing-kubeflow/#kubeflow-manifests), you may access the Istio gateway with `kubectl` port-forwarding or another method.

### kubectl port-forwarding

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/distributions/list.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title = "List of Kubeflow Distributions"
description = "A list showing packaged distributions of Kubeflow"
weight = 10
manualLinkRelref = "../started/installing-kubeflow.md#packaged-distributions-of-kubeflow"
manualLinkRelref = "../started/installing-kubeflow.md#packaged-distributions"
+++

We maintain a list showing __packaged distributions of Kubeflow__ on the [Installing Kubeflow](/docs/started/installing-kubeflow/#packaged-distributions-of-kubeflow) page.
We maintain a list showing __packaged distributions of Kubeflow__ on the [Installing Kubeflow](/docs/started/installing-kubeflow/#packaged-distributions) page.