Skip to content

Commit b487665

Browse files
committed
chore: align GitHub links with canonical repository
1 parent 27ca47f commit b487665

6 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Questions and community discussion
4-
url: https://github.com/DipakMandlik/AIByDM/discussions
4+
url: https://github.com/DipakMandlik/AIbyDM/discussions
55
about: Ask questions, share ideas, or discuss larger proposals before opening an issue.
66
- name: Private security disclosure
7-
url: https://github.com/DipakMandlik/AIByDM/security/advisories/new
7+
url: https://github.com/DipakMandlik/AIbyDM/security/advisories/new
88
about: Report vulnerabilities privately. Do not open public issues for sensitive security reports.
99
- name: Contribution guide
10-
url: https://github.com/DipakMandlik/AIByDM/blob/main/CONTRIBUTING.md
10+
url: https://github.com/DipakMandlik/AIbyDM/blob/main/CONTRIBUTING.md
1111
about: Read setup instructions, contribution types, and review expectations.

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Thank you for your interest in contributing to AIByDM! This guide will help you
3434
### Setup
3535

3636
```bash
37-
git clone https://github.com/DipakMandlik/AIByDM.git
37+
git clone https://github.com/DipakMandlik/AIbyDM.git
3838
cd aibydm
3939
pnpm install
4040
pnpm dev
@@ -156,4 +156,4 @@ Please read and follow our [Code of Conduct](CODE_OF_CONDUCT.md).
156156

157157
## Questions?
158158

159-
Open a [GitHub Discussion](https://github.com/DipakMandlik/AIByDM/discussions) for questions or ideas.
159+
Open a [GitHub Discussion](https://github.com/DipakMandlik/AIbyDM/discussions) for questions or ideas.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
**Learn AI. Build AI. Master AI.**
44

5-
[![Validate](https://github.com/DipakMandlik/AIByDM/actions/workflows/validate.yml/badge.svg)](https://github.com/DipakMandlik/AIByDM/actions/workflows/validate.yml)
6-
[![CodeQL](https://github.com/DipakMandlik/AIByDM/actions/workflows/codeql.yml/badge.svg)](https://github.com/DipakMandlik/AIByDM/actions/workflows/codeql.yml)
7-
[![Deploy to GitHub Pages](https://github.com/DipakMandlik/AIByDM/actions/workflows/deploy.yml/badge.svg)](https://github.com/DipakMandlik/AIByDM/actions/workflows/deploy.yml)
5+
[![Validate](https://github.com/DipakMandlik/AIbyDM/actions/workflows/validate.yml/badge.svg)](https://github.com/DipakMandlik/AIbyDM/actions/workflows/validate.yml)
6+
[![CodeQL](https://github.com/DipakMandlik/AIbyDM/actions/workflows/codeql.yml/badge.svg)](https://github.com/DipakMandlik/AIbyDM/actions/workflows/codeql.yml)
7+
[![Deploy to GitHub Pages](https://github.com/DipakMandlik/AIbyDM/actions/workflows/deploy.yml/badge.svg)](https://github.com/DipakMandlik/AIbyDM/actions/workflows/deploy.yml)
88

99
AIByDM is a free, open-source, community-driven AI Engineering learning platform. From fundamentals to production — learn through structured tracks, curated tools, interactive games, exam preparation, and curated newsletters.
1010

@@ -38,7 +38,7 @@ AIByDM is a free, open-source, community-driven AI Engineering learning platform
3838

3939
```bash
4040
# Clone the repository
41-
git clone https://github.com/DipakMandlik/AIByDM.git
41+
git clone https://github.com/DipakMandlik/AIbyDM.git
4242
cd aibydm
4343

4444
# Install dependencies
@@ -87,7 +87,7 @@ No coding required for content contributions — just write Markdown.
8787
- [Maintainers](MAINTAINERS.md) — ownership areas and expected reviewer teams
8888
- [Security Policy](SECURITY.md) — private vulnerability reporting process
8989
- [GitHub Setup Checklist](docs/community/GITHUB_SETUP.md) — repository settings for maintainers
90-
- [GitHub Discussions](https://github.com/DipakMandlik/AIByDM/discussions) — ideas, questions, and community help
90+
- [GitHub Discussions](https://github.com/DipakMandlik/AIbyDM/discussions) — ideas, questions, and community help
9191

9292
## Project Structure
9393

@@ -121,7 +121,7 @@ MIT License — see [LICENSE](LICENSE).
121121

122122
## Community
123123

124-
- [GitHub Discussions](https://github.com/DipakMandlik/AIByDM/discussions)
124+
- [GitHub Discussions](https://github.com/DipakMandlik/AIbyDM/discussions)
125125
- [Contributing Guide](CONTRIBUTING.md)
126126
- [Code of Conduct](CODE_OF_CONDUCT.md)
127127
- [Support](SUPPORT.md)

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you discover a security issue (for example, XSS in rendered content, dependen
88

99
Use GitHub private vulnerability reporting when enabled:
1010

11-
https://github.com/DipakMandlik/AIByDM/security/advisories/new
11+
https://github.com/DipakMandlik/AIbyDM/security/advisories/new
1212

1313
If private reporting is unavailable, contact a project maintainer directly through the GitHub organization before sharing details publicly.
1414

SUPPORT.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ get help depends on what you need.
77

88
| Need | Use |
99
| ----------------- | -------------------------------------------------------------------------------------- |
10-
| General questions | [GitHub Discussions](https://github.com/DipakMandlik/AIByDM/discussions) |
11-
| Bug reports | [Bug report issue form](https://github.com/DipakMandlik/AIByDM/issues/new/choose) |
12-
| Feature ideas | [Feature request issue form](https://github.com/DipakMandlik/AIByDM/issues/new/choose) |
13-
| Content requests | [Content request issue form](https://github.com/DipakMandlik/AIByDM/issues/new/choose) |
10+
| General questions | [GitHub Discussions](https://github.com/DipakMandlik/AIbyDM/discussions) |
11+
| Bug reports | [Bug report issue form](https://github.com/DipakMandlik/AIbyDM/issues/new/choose) |
12+
| Feature ideas | [Feature request issue form](https://github.com/DipakMandlik/AIbyDM/issues/new/choose) |
13+
| Content requests | [Content request issue form](https://github.com/DipakMandlik/AIbyDM/issues/new/choose) |
1414
| Security concerns | Follow [SECURITY.md](SECURITY.md) |
1515

1616
## Response Expectations

docs/community/GITHUB_SETUP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ the GitHub UI.
66

77
## Repository Basics
88

9-
1. Create the repository at `github.com/DipakMandlik/AIByDM`.
9+
1. Create the repository at `github.com/DipakMandlik/AIbyDM`.
1010
2. Set the default branch to `main`.
1111
3. Enable Issues, Discussions, Projects, and Wiki only if the team plans to use
1212
them.

0 commit comments

Comments
 (0)