Skip to content

Commit

Permalink
Fix bad link in Fairing Docs (#2139)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchihe committed Aug 18, 2020
1 parent 4986d80 commit 5dc68c8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/components/fairing/configure-fairing.md
Expand Up @@ -81,7 +81,7 @@ Kubeflow cluster.
[kubeflow-install]: /docs/started/getting-started/
[kubectl-access]: https://kubernetes.io/docs/reference/access-authn-authz/authentication/
[kubectl-install]: https://kubernetes.io/docs/tasks/tools/install-kubectl/
[conf-gcp]: /docs/fairing/gcp/configure-gcp/
[conf-gcp]: /docs/components/fairing/gcp/configure-gcp/
[docker-login]: https://docs.docker.com/engine/reference/commandline/login/
[fairing-install]: /docs/fairing/install-fairing/
[tutorials]: /docs/fairing/tutorials/other-tutorials/
[fairing-install]: /docs/components/fairing/install-fairing/
[tutorials]: /docs/components/fairing/tutorials/other-tutorials/
6 changes: 3 additions & 3 deletions content/en/docs/components/fairing/fairing-overview.md
Expand Up @@ -59,6 +59,6 @@ The following are the goals of the [Kubeflow Fairing project][fairing-repo]:
[fairing-repo]: https://github.com/kubeflow/fairing
[kubeflow]: /docs/about/kubeflow/

[conf]: /docs/fairing/configure-fairing/
[install]: /docs/fairing/install-fairing/
[tutorials]: /docs/fairing/tutorials/other-tutorials/
[conf]: /docs/components/fairing/configure-fairing/
[install]: /docs/components/fairing/install-fairing/
[tutorials]: /docs/components/fairing/tutorials/other-tutorials/
4 changes: 2 additions & 2 deletions content/en/docs/components/fairing/gcp/configure-gcp.md
Expand Up @@ -134,5 +134,5 @@ GKE][kubeflow-gcp-install] to set one up.
[gcloud-install]: https://cloud.google.com/sdk/docs/
[kubeflow-gcp-install]: /docs/gke/deploy/
[container-registry]: https://cloud.google.com/container-registry/
[fairing-install]: /docs/fairing/install-fairing/
[tutorials]: /docs/fairing/gcp/tutorials/
[fairing-install]: /docs/components/fairing/install-fairing/
[tutorials]: /docs/components/fairing/gcp/tutorials/
Expand Up @@ -229,5 +229,5 @@ development environments for training and prediction from Kubeflow Fairing.
[kubeflow-install-gke]: https://www.kubeflow.org/docs/gke/deploy/
[kubeflow-install]: https://www.kubeflow.org/docs/gke/deploy/deploy-cli/
[kubeflow-deploy]: https://deploy.kubeflow.cloud
[gcp]: /docs/fairing/configure-gcp.md
[gcp]: /docs/components/fairing/configure-gcp.md
[container-registry]: https://cloud.google.com/container-registry/
6 changes: 3 additions & 3 deletions content/en/docs/components/fairing/install-fairing.md
Expand Up @@ -233,8 +233,8 @@ use for training and deployment, follow the instructions in the guide to
[docker-attack]: https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
[docker-start]: https://docs.docker.com/config/daemon/#start-the-daemon-manually
[kubectl-install]: https://kubernetes.io/docs/tasks/tools/install-kubectl/
[conf]: /docs/fairing/configure-fairing/
[conf-gcp]: /docs/fairing/gcp/configure-gcp/
[tutorials]: /docs/fairing/tutorials/other-tutorials/
[conf]: /docs/components/fairing/configure-fairing/
[conf-gcp]: /docs/components/fairing/gcp/configure-gcp/
[tutorials]: /docs/components/fairing/tutorials/other-tutorials/
[local]: #set-up-kubeflow-fairing-for-local-development
[hosted]: #set-up-kubeflow-fairing-in-a-hosted-jupyter-notebook
Expand Up @@ -19,6 +19,6 @@ and deploy on various environments such as on the Google Cloud Platform (GCP).
* Learn how to [train and deploy a model on Azure from a notebook hosted on
Kubeflow][azure-fairing].

[gcp-local]: /docs/fairing/gcp/tutorials/gcp-local-notebook/
[gcp-kubeflow]: /docs/fairing/gcp/tutorials/gcp-kubeflow-notebook/
[azure-fairing]: /docs/fairing/azure/
[gcp-local]: /docs/components/fairing/gcp/tutorials/gcp-local-notebook/
[gcp-kubeflow]: /docs/components/fairing/gcp/tutorials/gcp-kubeflow-notebook/
[azure-fairing]: /docs/components/fairing/azure/

0 comments on commit 5dc68c8

Please sign in to comment.