Skip to content

Commit 36c2ce1

Browse files
authored
Fixed broken fragments in links (#3790)
Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
1 parent ca65827 commit 36c2ce1

File tree

18 files changed

+21
-21
lines changed

18 files changed

+21
-21
lines changed

config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ enable = true
248248
desc = "Follow us on Twitter to get the latest news!"
249249
[[params.links.user]]
250250
name = "Kubeflow Slack"
251-
url = "/docs/about/community/#kubeflow-slack"
251+
url = "/docs/about/community/#kubeflow-slack-channels"
252252
icon = "fab fa-slack"
253253
desc = "Join the Kubeflow Slack Workspace!"
254254
[[params.links.user]]

content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ <h5 class="card-title text-white section-head">Model Serving</h5>
159159
<h3 class="section-head">Join our Community</h3>
160160
<p class="mx-auto col-md-7 px-0">
161161
We are an open and welcoming <a href="/docs/about/community/" target="_blank" rel="noopener">community</a> of software developers, data scientists, and organizations!
162-
Check out the <a href="/docs/about/community/#kubeflow-community-call">weekly community call</a>, get involved in discussions on the <a href="/docs/about/community/#kubeflow-mailing-list">mailing list</a> or chat with others on the <a href="/docs/about/community/#kubeflow-slack">Slack Workspace</a>!
162+
Check out the <a href="/docs/about/community/#kubeflow-community-call">weekly community call</a>, get involved in discussions on the <a href="/docs/about/community/#kubeflow-mailing-list">mailing list</a> or chat with others on the <a href="/docs/about/community/#kubeflow-slack-channels">Slack Workspace</a>!
163163
</p>
164164
</div>
165165
</div>

content/en/docs/components/katib/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You need to install Katib control plane and Python SDK to create Katib Experimen
2121
### Installing Control Plane
2222

2323
You can skip these steps if you have already
24-
[installed Kubeflow platform](/docs/started/installing-kubeflow/#how-to-install-kubeflow)
24+
[installed Kubeflow platform](/docs/started/installing-kubeflow/)
2525
using manifests or package distributions. Kubeflow platform includes Katib.
2626

2727
You can install Katib as a standalone component.

content/en/docs/components/katib/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Users can even use Katib to optimize non-ML tasks as long as optimization metric
6969
Katib is integrated with many optimization frameworks such as [Hyperopt](https://hyperopt.github.io/hyperopt/) and
7070
[Optuna](https://optuna.org/) which implements most of the state of the art optimization algorithms.
7171

72-
Users can leverage Katib control plane to implement and benchmark [their own optimization algorithms](/docs/components/katib/user-guides/hp-tuning/configure-algorithm/#add-a-new-hp-tuning-algorithm-to-katib)
72+
Users can leverage Katib control plane to implement and benchmark [their own optimization algorithms](/docs/components/katib/user-guides/hp-tuning/configure-algorithm/#use-custom-algorithm-in-katib)
7373

7474
## Next steps
7575

content/en/docs/components/katib/reference/architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ The _Worker_ is the process that runs to evaluate a Trial and calculate its obje
8484

8585
The Worker can be any type of Kubernetes resource or
8686
[Kubernetes CRD](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
87-
Follow the [Trial template guide](/docs/components/katib/user-guides/trial-template/#custom-resource)
87+
Follow the [Trial template guide](/docs/components/katib/user-guides/trial-template/)
8888
to check how to support your own Kubernetes resource in Katib.
8989

9090
## Neural Architecture Search

content/en/docs/components/katib/user-guides/katib-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ The following parameters set in `.init.controller` configure the Katib controlle
9090

9191
- `trialResources` - list of resources that can be used as a Trial template. The Trial resources
9292
must be in this format: Kind.version.group (e.g. `TFJob.v1.kubeflow.org`).
93-
Follow [this guide](/docs/components/katib/user-guides/trial-template/#use-custom-kubernetes-resource-as-a-trial-template)
93+
Follow [this guide](/docs/components/katib/user-guides/trial-template/#use-crds-with-trial-template)
9494
to understand how to make Katib Trial work with your Kubernetes CRDs.
9595

9696
The default value is `[Job.v1.batch]`

content/en/docs/components/notebooks/api-reference/notebook-v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight = 10
77
<p>Packages:</p>
88
<ul>
99
<li>
10-
<a href="#kubeflow.org%2fv1">kubeflow.org/v1</a>
10+
<a href="#kubeflow.org/v1">kubeflow.org/v1</a>
1111
</li>
1212
</ul>
1313
<h2 id="kubeflow.org/v1">kubeflow.org/v1</h2>

content/en/docs/components/pipelines/legacy-v1/overview/multi-user.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Please note that Kubeflow Pipelines V2 supports running V1 pipelines in a [backw
1212
Multi-user isolation for Kubeflow Pipelines is part of Kubeflow's overall [multi-tenancy](/docs/concepts/multi-tenancy/) feature.
1313

1414
{{% alert title="Tip" color="info" %}}
15-
* Kubeflow Pipelines multi-user isolation is only supported in ["full" Kubeflow deployments](/docs/components/pipelines/legacy-v1/overview/#full-kubeflow-deployment).
15+
* Kubeflow Pipelines multi-user isolation is only supported in ["full" Kubeflow deployments](/docs/components/pipelines/operator-guides/installation/overview/#full-kubeflow-deployment).
1616
* Refer to docs about [profiles and namespaces](/docs/components/central-dash/profiles/) for the common Kubeflow multi-user operations
1717
like [managing profile contributors](/docs/components/central-dash/profiles/#manage-profile-contributors).
1818
{{% /alert %}}

content/en/docs/components/pipelines/legacy-v1/sdk/static-type-checking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ static type checking for fast development iterations.
1515

1616
## Motivation
1717

18-
A pipeline is a workflow consisting of [components](/docs/components/pipelines/legacy-v1/sdk/component-development/#overview-of-pipelines-and-components) and each
18+
A pipeline is a workflow consisting of [components](/docs/components/pipelines/legacy-v1/sdk/component-development/) and each
1919
component contains inputs and outputs. The DSL compiler supports static type checking to ensure the type consistency among the component
2020
I/Os within the same pipeline. Static type checking helps you to identify component I/O inconsistencies without running the pipeline.
2121
It also shortens the development cycles by catching the errors early.

content/en/docs/components/pipelines/legacy-v1/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ may encounter.
1616
## Diagnosing problems in your Kubeflow Pipelines environment
1717

1818
For help diagnosing environment issues that affect Kubeflow Pipelines, run
19-
the [`kfp diagnose_me` command-line tool](/docs/components/pipelines/legacy-v1/sdk/sdk-overview/#kfp-cli-tool).
19+
the [`kfp diagnose_me` command-line tool](/docs/components/pipelines/legacy-v1/sdk/sdk-overview/#kubeflow-pipelines-cli-tool).
2020

2121
The `kfp diagnose_me` CLI reports on the configuration of your local
2222
development environment, Kubernetes cluster, or Google Cloud environment.

0 commit comments

Comments
 (0)