docs: fix stale repo, branch, and architecture references#6113
Merged
Conversation
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Automated Reviewer SuggestionsBased on the
|
Contributor
Author
|
cc @Ma77Ball for review |
xuang7
approved these changes
Jul 4, 2026
xuang7
left a comment
Contributor
There was a problem hiding this comment.
LGTM! One question for the release/v1.2 backport: the notebook-migration-service/ addition is correct on main, but that service does not exist on release/v1.2. Do we want to include it in the backport as well, or should we manually adjust the backport?
Contributor
Author
|
I see. let me remove notebook-migration-service/ related change from this PR. |
….2 backport Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Removed the |
This was referenced Jul 4, 2026
Contributor
|
Backport to |
Yicong-Huang
added a commit
that referenced
this pull request
Jul 4, 2026
### What changes were proposed in this PR? Cleans up leftovers from before the ASF migration, plus two small adjacent doc fixes: - `github.com/Texera/texera` → `github.com/apache/texera` in `CONTRIBUTING.md` (fork + Actions links), `docs/contribution-guidelines/_index.md`, `docs/examples/_index.md`, and the clone URL in `guide-for-developers.md`. - `CONTRIBUTING.md`: PRs are squash-merged into `main`, not `master` (two mentions). - `docs/examples/_index.md`: dropped the dead link to an `examples/` directory that has never existed in this repo. - `SECURITY.md`: "Kubernates PODs" → "Kubernetes pods". ### Any related issues, documentation, discussions? Closes #6107 ### How was this PR tested? Docs-only change. Verified `main` is the default branch and `apache/texera` the canonical repo (`git remote -v`, `.github/workflows/required-checks.yml`), and that `grep -rn "github.com/Texera/texera"` finds no remaining hits outside files handled by #6111. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Fable 5) --------- (backported from commit f787472) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
Yicong-Huang
added a commit
to wwong0/texera
that referenced
this pull request
Jul 5, 2026
…pache#6118) ### What changes were proposed in this PR? Adds `notebook-migration-service/` to the Backend services row of the Architecture Map in `AGENTS.md`. The module is wired in `build.sbt` but was missing from the map. This was originally part of apache#6113 and dropped there so the `release/v1.2` backport applies cleanly (the service does not exist on that branch); this PR targets `main` only and should not be backported. ### Any related issues, documentation, discussions? Closes apache#6117. Follow-up to apache#6113. ### How was this PR tested? Docs-only change. Verified `notebook-migration-service` is wired in `build.sbt`. ### Was this PR authored or co-authored using generative AI tooling? Generated-by: Claude Code (Claude Fable 5) Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
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.
What changes were proposed in this PR?
Cleans up leftovers from before the ASF migration, plus two small adjacent doc fixes:
github.com/Texera/texera→github.com/apache/texerainCONTRIBUTING.md(fork + Actions links),docs/contribution-guidelines/_index.md,docs/examples/_index.md, and the clone URL inguide-for-developers.md.CONTRIBUTING.md: PRs are squash-merged intomain, notmaster(two mentions).docs/examples/_index.md: dropped the dead link to anexamples/directory that has never existed in this repo.SECURITY.md: "Kubernates PODs" → "Kubernetes pods".Any related issues, documentation, discussions?
Closes #6107
How was this PR tested?
Docs-only change. Verified
mainis the default branch andapache/texerathe canonical repo (git remote -v,.github/workflows/required-checks.yml), and thatgrep -rn "github.com/Texera/texera"finds no remaining hits outside files handled by #6111.Was this PR authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Claude Fable 5)