Skip to content

Update README.md#522

Merged
M4dhav merged 2 commits intoAOSSIE-Org:devfrom
sandy4242:patch-1
Sep 6, 2025
Merged

Update README.md#522
M4dhav merged 2 commits intoAOSSIE-Org:devfrom
sandy4242:patch-1

Conversation

@sandy4242
Copy link
Contributor

@sandy4242 sandy4242 commented Sep 4, 2025

Description

Updated the discord invite link, as the previous link was expired.

Fixes #525

Type of change

Please delete options that are not relevant.

  • Documentation update

How Has This Been Tested?

The discord invite link show "link expired" when trying to join the discord group.

17569628003257138942764784185247

Checklist:

  • checked the expired link
  • added the invite link provided by @M4dhav

Maintainer Checklist

Summary by CodeRabbit

  • Documentation
    • Updated the Discord invitation link in the Communication Channels section to the current, active URL, ensuring users can easily join the community server.
    • Improves accuracy of contact information and reduces confusion from expired or incorrect links.
    • No changes to app behavior, features, or configuration.
    • No API or public interface changes.

Updated the discord invite link, as the previous link was expired.
@coderabbitai
Copy link

coderabbitai bot commented Sep 4, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

Updated the Discord invitation URL in README.md’s Communication Channels section. No code or logic changes.

Changes

Cohort / File(s) Summary of Changes
Docs content update
README.md
Replaced Discord invite link from https://discord.com/invite/6mFZ2S846n to https://discord.gg/MMZBadkYFm. No other edits.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A whisk of links, a hop so spry,
I swapped a URL under sky.
Docs now point where friends convene—
Carrots, code, and chat serene.
With one small leap, I’m Discord-bound,
Thump-thump—new burrow found! 🥕🐇

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (1)
README.md (1)

104-104: Future-proof: ensure non-expiring invite + add CI link checker.

  • Please confirm the invite is set to “never expire” and has sane limits (uses, access).
  • To avoid regressions, consider a simple link-check workflow.
# .github/workflows/link-check.yml
name: Link Checker
on:
  pull_request:
  push:
    branches: [ master ]
jobs:
  lychee:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - name: Check links
        uses: lycheeverse/lychee-action@v2
        with:
          args: --verbose --no-progress .
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
📜 Review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

💡 Knowledge Base configuration:

  • MCP integration is disabled by default for public repositories
  • Jira integration is disabled by default for public repositories
  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between 153a4dc and 5c7942b.

📒 Files selected for processing (1)
  • README.md (1 hunks)
🧰 Additional context used
🪛 LanguageTool
README.md

[grammar] ~104-~104: There might be a mistake here.
Context: ...following channels: - Discord Server - Email <!-...

(QB_NEW_EN)

🔇 Additional comments (1)
README.md (1)

104-104: LGTM: Discord invite link updated.

Thanks for replacing the expired invite. Change is scoped and safe.

@sandy4242
Copy link
Contributor Author

@M4dhav is the pr correct?

@M4dhav
Copy link
Contributor

M4dhav commented Sep 6, 2025

Hey @sandy4242 , please raise the PR to Dev branch in the future. Solve the merge conflicts with dev. Also, please don't remove the checkboxes from the Maintainer Checklist section of the Issue description in the future, you are supposed to edit the template in place.

@M4dhav
Copy link
Contributor

M4dhav commented Sep 6, 2025

Also, please open an issue for the same so we can link the Pr to that

@M4dhav M4dhav added documentation Improvements or additions to documentation good first issue Good for newcomers labels Sep 6, 2025
@M4dhav M4dhav changed the base branch from master to dev September 6, 2025 19:30
@sandy4242
Copy link
Contributor Author

@M4dhav i have opened a issue...

@M4dhav M4dhav linked an issue Sep 6, 2025 that may be closed by this pull request
@M4dhav M4dhav merged commit 8152ea7 into AOSSIE-Org:dev Sep 6, 2025
1 check passed
@M4dhav
Copy link
Contributor

M4dhav commented Sep 6, 2025

Great work, thanks for the contribution

@github-actions
Copy link
Contributor

github-actions bot commented Sep 6, 2025

PR Closed - Thank You, @sandy4242!

  • If this PR was merged: Congratulations! Your contribution is now part of the project. 🚀
  • If this PR was closed without merging: Don’t worry! You can always improve it and submit again. 💪

We appreciate your effort and look forward to more contributions from you! 🤝

@M4dhav M4dhav mentioned this pull request Sep 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation good first issue Good for newcomers

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Discord Link Expired

2 participants