Skip to content

Docs/fix bad urls - #563

Closed
msranjana wants to merge 3 commits into
corsairdev:mainfrom
msranjana:docs/fix-bad-urls-536
Closed

Docs/fix bad urls #563
msranjana wants to merge 3 commits into
corsairdev:mainfrom
msranjana:docs/fix-bad-urls-536

Conversation

@msranjana

@msranjana msranjana commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #536 . Fixed bad GitHub URLs in the docs the clone URL and two concept pages pointed at the wrong org (corsair-dev/corsair / corsair/corsair). All links now resolve to corsairdev/corsair.

Checklist

Before submitting your PR, please verify the following:

  • I have run pnpm lint and all checks pass
  • I have run pnpm typecheck and there are no TypeScript errors
  • I have run pnpm build and all packages build successfully
  • I have run pnpm test and all tests pass
  • I have added or updated tests where applicable
  • I have added or updated necessary documentation

Screenshots / Demos (if applicable)

Additional Notes

Summary by CodeRabbit

  • Documentation
    • Updated repository links throughout the documentation and contribution guidance.
    • Corrected links for bug reports, feature requests, integration requests, database schema references, missing endpoints, and plugin development.
    • Ensured issue templates and guides direct readers to the current repository locations for submitting requests and accessing related resources.

@vercel

vercel Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

@msranjana is attempting to deploy a commit to the corsair Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions github-actions Bot added ci CI / GitHub Actions docs Docs / Mintlify / markdown changes labels Aug 2, 2026
@coderabbitai

coderabbitai Bot commented Aug 2, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6260aa71-669c-4829-b94b-5cc76cb7db84

📥 Commits

Reviewing files that changed from the base of the PR and between c11a84d and c5a70ce.

📒 Files selected for processing (1)
  • .github/ISSUE_TEMPLATE/integration_request.yml
🚧 Files skipped from review as they are similar to previous changes (1)
  • .github/ISSUE_TEMPLATE/integration_request.yml

📝 Walkthrough

Walkthrough

The change updates GitHub repository URLs in three issue templates and three documentation pages. Links now reference corsairdev/corsair.

Changes

Repository Link Corrections

Layer / File(s) Summary
Issue-template links
.github/ISSUE_TEMPLATE/*.yml
Issue, feature, and integration request links now reference the current repository and issue pages.
Documentation links
docs/concepts/database.mdx, docs/concepts/integrations.mdx, docs/guides/create-your-own-plugin.mdx
Documentation links and the plugin clone command now use corsairdev/corsair.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related issues

  • corsairdev/corsair#533 — Covers corresponding issue-template link updates.

Possibly related PRs

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Out of Scope Changes check ⚠️ Warning The issue-template URL changes are outside issue #536, which limits the requested scope to three documentation files. Move the issue-template URL changes to a separate pull request or update issue #536 to include them.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies documentation fixes for incorrect URLs, which matches the primary change.
Linked Issues check ✅ Passed The three files required by issue #536 use the corrected corsairdev/corsair URLs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@greptile-apps

greptile-apps Bot commented Aug 2, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Corrects outdated GitHub organization URLs across contributor issue templates and documentation.

  • Updates issue-search and issue-template links to target corsairdev/corsair.
  • Preserves the integration-label filters in requested and implemented integration searches.
  • Corrects repository source, package, issue, and clone links in the documentation.

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
.github/ISSUE_TEMPLATE/bug_report.yml Corrects repository and issue-template URLs without changing template behavior.
.github/ISSUE_TEMPLATE/feature_request.yml Corrects issue-search and cross-template links.
.github/ISSUE_TEMPLATE/integration_request.yml Corrects repository URLs while retaining the integration-specific issue filters.
docs/concepts/database.mdx Corrects the schema source link to the current GitHub organization.
docs/concepts/integrations.mdx Corrects the missing-endpoint issue link.
docs/guides/create-your-own-plugin.mdx Corrects the repository clone URL.

Reviews (2): Last reviewed commit: "Update .github/ISSUE_TEMPLATE/integratio..." | Re-trigger Greptile

Comment thread .github/ISSUE_TEMPLATE/integration_request.yml Outdated
@msranjana msranjana changed the title Docs/fix bad urls 536 Docs/fix bad urls Aug 2, 2026
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
@msranjana msranjana closed this Aug 2, 2026
@coderabbitai coderabbitai Bot mentioned this pull request Aug 2, 2026
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI / GitHub Actions docs Docs / Mintlify / markdown changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix bad GitHub URLs in docs

1 participant