diff --git a/content/docs/command-reference/plots/index.md b/content/docs/command-reference/plots/index.md index 5e508db705..586264c6d3 100644 --- a/content/docs/command-reference/plots/index.md +++ b/content/docs/command-reference/plots/index.md @@ -32,7 +32,7 @@ pipeline] or performance logs produced by [DVCLive]. Plots have to be defined either at the stage level, or at the pipeline level in `dvc.yaml`. -[ml pipeline]: /doc/start/data-management/data-pipelines +[ml pipeline]: /doc/start/data-management/pipelines [dvclive]: /doc/dvclive/dvclive-with-dvc diff --git a/content/docs/user-guide/basic-concepts/pipeline.md b/content/docs/user-guide/basic-concepts/pipeline.md index e4a812a54e..bede9879f9 100644 --- a/content/docs/user-guide/basic-concepts/pipeline.md +++ b/content/docs/user-guide/basic-concepts/pipeline.md @@ -5,6 +5,6 @@ tooltip: >- DVC pipelines describe data processing workflows in a standard declarative YAML format ([`dvc.yaml`](/doc/user-guide/project-structure/dvcyaml-files)). This guarantees DVC can reproduce them consistently. DVC also helps automate - their execution and caches their results. See - [Pipelines](/doc/user-guide/pipelines) for more details. + their execution and caches their results. See [Defining + Pipelines](/doc/user-guide/pipelines/defining-pipelines) for more details. ---