Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a href="https://github.com/tailwindlabs/tailwindcss/actions"><img src="https://img.shields.io/github/actions/workflow/status/tailwindlabs/tailwindcss/ci.yml?branch=next" alt="Build Status"></a>
<a href="https://www.npmjs.com/package/tailwindcss"><img src="https://img.shields.io/npm/dt/tailwindcss.svg" alt="Total Downloads"></a>
<a href="https://github.com/tailwindcss/tailwindcss/releases"><img src="https://img.shields.io/npm/v/tailwindcss.svg" alt="Latest Release"></a>
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major

🧩 Analysis chain

🏁 Script executed:

# Read the README.md file to see the repository references around the mentioned lines
cat -n README.md | sed -n '15,40p'

Repository: tailwindlabs/tailwindcss

Length of output: 295


🌐 Web query:

Tailwind CSS official GitHub repository organization

💡 Result:

Tailwind CSS’s official GitHub organization is Tailwind Labs: tailwindlabs. [1]

Main framework repo: tailwindlabs/tailwindcss. [2]


🏁 Script executed:

# Find and read README.md
fd -name "README.md" -type f -exec cat -n {} \; | sed -n '15,40p'

Repository: tailwindlabs/tailwindcss

Length of output: 295


🏁 Script executed:

# Alternative: look for the file directly
if [ -f "README.md" ]; then
  head -40 README.md | tail -25 | cat -n
fi

Repository: tailwindlabs/tailwindcss

Length of output: 295


Update repository organization references from tailwindcss to tailwindlabs.

Lines 18, 32, and 36 use https://github.com/tailwindcss/tailwindcss/... but the official Tailwind CSS organization is tailwindlabs. These should be corrected to https://github.com/tailwindlabs/tailwindcss/... to match the official repository and maintain consistency with the fix applied to line 19.

🤖 Prompt for AI Agents
In `@README.md` at line 18, Update the GitHub organization in the README links:
replace occurrences of "https://github.com/tailwindcss/tailwindcss/..." with
"https://github.com/tailwindlabs/tailwindcss/..." for the anchor href on line
with the badge (<a href="https://github.com/tailwindcss/tailwindcss/releases">)
and the other two README links referenced at lines 32 and 36 so all GitHub URLs
consistently use the tailwindlabs organization.

<a href="https://github.com/tailwindcss/tailwindcss/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
<a href="https://github.com/tailwindlabs/tailwindcss/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/tailwindcss.svg" alt="License"></a>
</p>

---
Expand Down