Skip to content

fix: replace placeholder GitHub URLs with correct org URL - #435

Merged
Osuochasam merged 1 commit into
Open-audit-foundation:mainfrom
yummyPancake2607:fix/github-urls
Aug 30, 2026
Merged

fix: replace placeholder GitHub URLs with correct org URL#435
Osuochasam merged 1 commit into
Open-audit-foundation:mainfrom
yummyPancake2607:fix/github-urls

Conversation

@yummyPancake2607

@yummyPancake2607 yummyPancake2607 commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Closes #434

Description

All GitHub links in the codebase point to a placeholder URL https://github.com/your-org/open-audit instead of the real organization https://github.com/Open-audit-foundation. This causes the GitHub and Contributing links in the frontend to lead to a nonexistent repository.

Changes

Replaced all 13 occurrences of the placeholder URL with the correct org URL across 8 files:

File Changes
components/dashboard/Header.tsx 4 links — GitHub icon + Contribute (mobile & desktop nav)
components/dashboard/ContributeDialog.tsx 2 links — Contributing guide + Report issue
app/layout.tsx 2 links — Footer GitHub + Contributing
app/dashboard/DashboardClient.tsx 1 link — Contributing
app/graph/page.tsx 1 link — GitHub
README.md 1 link — git clone URL
CONTRIBUTING.md 1 link — git remote add upstream URL
STATUS_MONITORING_GUIDE.md 1 link — Issues URL

Correct URLs

  • Repository: https://github.com/Open-audit-foundation/Open-Audit
  • Contributing: https://github.com/Open-audit-foundation/Open-Audit/blob/main/CONTRIBUTING.md
  • Issues: https://github.com/Open-audit-foundation/Open-Audit/issues

All GitHub links pointed to https://github.com/your-org/open-audit
(a placeholder) instead of the real org
https://github.com/Open-audit-foundation/Open-Audit.

Updated 13 occurrences across 8 files.
@Osuochasam
Osuochasam merged commit ec562e3 into Open-audit-foundation:main Aug 30, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix incorrect GitHub organization URLs in frontend and docs

2 participants