Skip to content

Commit 99a7c60

Browse files
authored
docs: fix GitHub links to tailwindlabs org (tailwindlabs#19686)
## Summary Fix outdated GitHub links that still point to `github.com/tailwindcss/tailwindcss` (old org). This updates references across the README, contributing guide, and PR template to the canonical `tailwindlabs/tailwindcss` URLs to avoid redirects/404s and keep repo metadata consistent ## Test Plan This change is docs-only.
1 parent 257dc58 commit 99a7c60

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you open a pull request for a new feature, we're likely to close it not becau
5050

5151
## Coding standards
5252

53-
Our code formatting rules are defined in the `"prettier"` section of [package.json](https://github.com/tailwindcss/tailwindcss/blob/main/package.json). You can check your code against these standards by running:
53+
Our code formatting rules are defined in the `"prettier"` section of [package.json](https://github.com/tailwindlabs/tailwindcss/blob/main/package.json). You can check your code against these standards by running:
5454

5555
```sh
5656
pnpm run lint

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It's never a fun experience to have your pull request declined after investing a
88
99
For more info, check out the contributing guide:
1010
11-
https://github.com/tailwindcss/tailwindcss/blob/main/.github/CONTRIBUTING.md
11+
https://github.com/tailwindlabs/tailwindcss/blob/main/.github/CONTRIBUTING.md
1212
1313
-->
1414

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<p align="center">
1616
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci.yml?branch=main" alt="Build Status"></a>
1717
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>
18-
<a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>
18+
<a href="https://github.com/tailwindlabs/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>
1919
<a href="https://github.com/tailwindlabs/tailwindcss/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
2020
</p>
2121

@@ -29,8 +29,8 @@ For full documentation, visit [tailwindcss.com](https://tailwindcss.com).
2929

3030
For help, discussion about best practices, or feature ideas:
3131

32-
[Discuss Tailwind CSS on GitHub](https://github.com/tailwindcss/tailwindcss/discussions)
32+
[Discuss Tailwind CSS on GitHub](https://github.com/tailwindlabs/tailwindcss/discussions)
3333

3434
## Contributing
3535

36-
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindcss/tailwindcss/blob/main/.github/CONTRIBUTING.md) **before submitting a pull request**.
36+
If you're interested in contributing to Tailwind CSS, please read our [contributing docs](https://github.com/tailwindlabs/tailwindcss/blob/main/.github/CONTRIBUTING.md) **before submitting a pull request**.

0 commit comments

Comments
 (0)