Fix links to packaged distributions section (#3758)

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
This commit is contained in:
Mathew Wicks 2024-06-11 04:08:08 -07:00 committed by GitHub
parent fe85885825
commit 8a63aca74b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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.