docs: fix broken contributing-page doc links#7373
Merged
Merged
Conversation
Member
|
@ppiegaze can you please sign off your commits |
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) <noreply@anthropic.com> Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com>
e0ec249 to
4ef497e
Compare
Sovietaced
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The v2 doc URLs added in #7182 were premature — the v2 OSS backend isn't out yet, and several of those URLs are 404s. This PR repoints all
union.ai/docs/v2/...links inCONTRIBUTING.mdto their valid v1 equivalents.Specifically:
v1/flyte/user-guide/getting-started/v1/flyte/user-guide/core-concepts/v1/flyte/user-guide/getting-started/local-setup/(v1's local-setup page covers cluster connection)v1/flyte/user-guide/development-cycle/projects-and-domains/The pre-existing v1 link in the Pull Requests section was left untouched.
Test plan
🤖 Generated with Claude Code