Skip to content

Fix Reddit link in README.md#1

Open
Kf637 wants to merge 1 commit intoWGDashboard:mainfrom
Kf637-org:main
Open

Fix Reddit link in README.md#1
Kf637 wants to merge 1 commit intoWGDashboard:mainfrom
Kf637-org:main

Conversation

@Kf637
Copy link
Copy Markdown

@Kf637 Kf637 commented Mar 29, 2026

This PR fixes a problem with the README file's Reddit badge link that sent users to the wrong GitHub path instead of the right subreddit.

Issue

The Reddit link didn't have the https:// protocol: href="www.reddit.com/r/WGDashboard/"

Because of this, GitHub interpreted the link as a relative path, leading to: https://github.com/WGDashboard/.github/blob/main/profile/www.reddit.com/r/WGDashboard# Answer

Solution

Added the right protocol (https://) to make sure the link is seen as an outside URL.

Copilot AI review requested due to automatic review settings March 29, 2026 14:52
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR corrects the Reddit badge link in the organization profile README so it resolves to the intended external subreddit URL rather than being treated as a relative GitHub path.

Changes:

  • Add the https:// protocol to the subreddit href in profile/README.md.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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.

2 participants