diff --git a/content/docs/user-guide/basic-concepts/dvc-project.md b/content/docs/user-guide/basic-concepts/dvc-project.md index 9ca17840de..e78025b4e0 100644 --- a/content/docs/user-guide/basic-concepts/dvc-project.md +++ b/content/docs/user-guide/basic-concepts/dvc-project.md @@ -44,6 +44,5 @@ metafiles such as `dvc.lock`; for example source code that is used as a ## Further Reading -- [What is DVC?](/doc/user-guide/what-is-dvc) - [Get Started](/doc/start) with DVC - DVC [Project Structure](/doc/user-guide/project-structure) diff --git a/content/docs/user-guide/basic-concepts/workspace.md b/content/docs/user-guide/basic-concepts/workspace.md index 37306de2e2..a4a566c2c7 100644 --- a/content/docs/user-guide/basic-concepts/workspace.md +++ b/content/docs/user-guide/basic-concepts/workspace.md @@ -42,6 +42,5 @@ from the workspace. ## Further Reading -- [What is DVC?](/doc/user-guide/what-is-dvc) - [Get Started](/doc/start) with DVC - DVC [Project Structure](/doc/user-guide/project-structure) diff --git a/content/docs/user-guide/related-technologies.md b/content/docs/user-guide/related-technologies.md index c633e12d12..2e5830dd27 100644 --- a/content/docs/user-guide/related-technologies.md +++ b/content/docs/user-guide/related-technologies.md @@ -1,8 +1,7 @@ # Comparison with Related Technologies DVC combines a number of existing ideas into a single tool, with the goal of -bringing best practices from software engineering into the data science field -(refer to [What is DVC?](/doc/user-guide/what-is-dvc) for more details). +bringing best practices from software engineering into the data science field. ## Git