chore: point references at overbuildlabs/OverManager + overbuildlabs.com#14
Merged
Merged
Conversation
…uildlabs.com Repo was renamed/transferred to github.com/overbuildlabs/OverManager and the cloud domain moved to overbuildlabs.com. Update the About link, updater endpoint, README links/clone/website, and docs (GitHub URLs, cloud.* domain, PoPCloud→OverCloud, PoPManager→OverManager prose). Kept unchanged: bundle identifier com.proofofprints.popmanager (updater-chain anchor; its AppData dir is real) and the cloud API host constant (already cloud-api.overbuildlabs.com from a prior session).
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
Following the GitHub repo rename/transfer to
overbuildlabs/OverManagerand the cloud-service move tooverbuildlabs.com, this updates the remaining staleproofofprints/PoPManagerand*.proofofprints.comreferences across user-facing surfaces. Reference-only — no functional or behavioral changes.Changes
src-tauri/tauri.conf.json): release manifest now resolves tooverbuildlabs/OverManager.src/pages/Settings.tsx): GitHub link points tooverbuildlabs/OverManager.git cloneURL, website domain, and the local data-dir docs.docs/*.md, 6 files): GitHub URLs; cloud domaincloud.proofofprints.com→cloud.overbuildlabs.com; brand prosePoPCloud→OverCloud,PoPManager→OverManager.Deliberately unchanged
com.proofofprints.popmanagerand its%APPDATA%directory — this is the auto-update chain anchor; changing it would break upgrades for existing installs.cloud-api.overbuildlabs.com— already migrated in a prior change.Checklist
npx tsc --noEmitpasses with no errorscd src-tauri && cargo check— N/A (no Rust source changed;tauri.conf.jsonvalidated as well-formed JSON)#[serde(default)]— N/Alib.rs— N/Ahrefonly)Testing
npx tsc --noEmit— clean.tauri.conf.jsonparses as valid JSON; updater endpoint confirmed athttps://github.com/overbuildlabs/OverManager/releases/latest/download/latest.json.com.proofofprints.popmanageris unchanged.proofofprintsin user-facing files (other than the intentional identifier) and no double-rewrites.Rollout notes
overbuildlabs/OverManager.raw.githubusercontent.com/.../OverManager/...screenshot URLs must be updated — raw URLs do not follow the rename redirect.Related issues
None.