From 4ef497eb8bcde0a2bbc08f5d97822d2f3fa628b8 Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Thu, 14 May 2026 20:02:16 +0200 Subject: [PATCH] docs: fix broken contributing-page doc links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The v2 OSS backend is not yet released, so the v2 doc URLs added in #7182 were premature — three of them are 404s and the rest of the user-guide paths don't match v2's actual structure. Repoint everything to v1. - Quickstart → Getting started (v1 names this differently) - Core Concepts, Connecting a Cluster, Projects and Domains → v1 paths - Drop the "From Flyte 1 to Flyte 2" bullet (v1-only target makes no sense) - "Contributing to documentation" link → v1 community page Co-Authored-By: Claude Opus 4.7 (1M context) Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> --- CONTRIBUTING.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 81ec703dee9..40423a3b83a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,14 +39,13 @@ If you need clarification after reading this document, we encourage you to join ### Code Contributors -We’re excited that you’re interested in contributing code to Flyte! Before you start, please take a look at our [Quickstart](https://www.union.ai/docs/v2/flyte/user-guide/quickstart/) docs, it includes setup instructions, build steps, and details on running your first workflow locally. +We’re excited that you’re interested in contributing code to Flyte! Before you start, please take a look at our [Getting started](https://www.union.ai/docs/v1/flyte/user-guide/getting-started/) docs, it includes setup instructions, build steps, and details on running your first workflow locally. #### Recommendation Order (For Beginners) -- Finish reading [Core Concepts](https://www.union.ai/docs/v2/flyte/user-guide/core-concepts/) -- Finish reading [Connecting a Cluster](https://www.union.ai/docs/v2/flyte/user-guide/connecting-to-a-cluster/) -- Finish reading [Projects and Domain](https://www.union.ai/docs/v2/flyte/user-guide/projects-and-domains/) -- Finish reading [From Flyte 1 to Flyte 2](https://www.union.ai/docs/v2/flyte/user-guide/flyte-2/) +- Finish reading [Core Concepts](https://www.union.ai/docs/v1/flyte/user-guide/core-concepts/) +- Finish reading [Connecting a Cluster](https://www.union.ai/docs/v1/flyte/user-guide/getting-started/local-setup/) +- Finish reading [Projects and Domains](https://www.union.ai/docs/v1/flyte/user-guide/development-cycle/projects-and-domains/) ### Reporting Bugs @@ -62,7 +61,7 @@ Unsure if your contribution is “small”, “large” or whether it fits into ### Improving The Documentation -If you notice outdated information or areas that could be clarified, kindly start a discussion in the [contribute](https://flyte-org.slack.com/archives/C04NJPLRWUX) channel on slack. For more information, please checkout [Contributing to documentation](https://www.union.ai/docs/v2/flyte/community/#contributing-to-documentation). +If you notice outdated information or areas that could be clarified, kindly start a discussion in the [contribute](https://flyte-org.slack.com/archives/C04NJPLRWUX) channel on slack. For more information, please checkout [Contributing to documentation](https://www.union.ai/docs/v1/flyte/community/#contributing-to-documentation). ### Improving The Design