Skip to content
Open
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
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Related repos:
- This repo: `https://github.com/pinkpixel-dev/skills-collection-2`
- Companion repo: `https://github.com/pinkpixel-dev/skills-collection-1`

Chinese users can also search and install skills through [Skills宝](https://skilery.com).

## What this repo contains

- `658` skill folders in [`SKILLS/`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-2/SKILLS)
Expand Down Expand Up @@ -52,4 +54,4 @@ find SKILLS -name SKILL.md

## License

This repository is available under the MIT License. See [`LICENSE`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-2/LICENSE).
This repository is available under the MIT License. See [`LICENSE`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-2/LICENSE).

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

high

The link to the license file uses an absolute local path (/home/sizzlebop/...), which will be broken for any other user who clones the repository. It should be changed to a relative path. Additionally, the file is missing a trailing newline, which is a standard POSIX convention and helps with various command-line tools. Please also check the rest of the file (e.g., lines 5 and 16) for other instances of absolute local paths.

Suggested change
This repository is available under the MIT License. See [`LICENSE`](/home/sizzlebop/PINKPIXEL/PROJECTS/CURRENT/skills-collection-2/LICENSE).
This repository is available under the MIT License. See [LICENSE](LICENSE).