404 page not found - link fix (#3292)

* page not found - link fix

* update "end-to-end MNIST tutorial" link
This commit is contained in:
Wilkenson 2022-07-05 12:08:44 -04:00 committed by GitHub
parent f9c53200ff
commit 545f18ba18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 9 deletions

0
.hugo_build.lock Normal file
View File

View File

@ -16,7 +16,6 @@ As a high level overview, you need to create one Management cluster which allows
alt="Full Kubeflow deployment structure"
class="mt-3 mb-3 border border-info rounded">
## Deployment steps
Follow the steps below to set up Kubeflow environment on Google Cloud. Some of these steps are one-time only, for example: OAuth Client can be shared by multiple Kubeflow clusters in the same Google Cloud project.
@ -49,5 +48,5 @@ Once you finish deployment, you will be able to:
## Next steps
* Repeat [Deploy Kubeflow Cluster](/docs/distributions/gke/deploy/deploy-cli/) if you want to deploy multiple clusters.
* Run a full ML workflow on Kubeflow, using the [end-to-end MNIST tutorial](/docs/distributions/gke/gcp-e2e/).
- Repeat [Deploy Kubeflow Cluster](/docs/distributions/gke/deploy/deploy-cli/) if you want to deploy multiple clusters.
- Run a full ML workflow on Kubeflow, using the [end-to-end MNIST tutorial](https://github.com/kubeflow/pipelines/blob/e42d9d2609369b96973c821dca11fe5b2565e705/samples/contrib/kubeflow-e2e-mnist/kubeflow-e2e-mnist.ipynb).