docs: two broken file links (CONTRIBUTING license link, crewai-tools logo)
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 58.8k
- Forks
- 8.5k
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 109
Description
AI-generated contribution: authored with AI assistance (per the Contributing guide). Please apply the
llm-generatedlabel — I don't have permission to add labels.
Description
Two file links 404 on GitHub:
.github/CONTRIBUTING.mdline 176 links(LICENSE), which resolves to.github/LICENSE— that file doesn't exist; the MIT License lives at the repo root.lib/crewai-tools/README.mdline 3 embeds./assets/crewai_logo.png, butlib/crewai-tools/assets/doesn't exist. The logo lives atdocs/images/crewai_logo.png.
Steps to Reproduce
- Open the rendered CONTRIBUTING.md and click the "MIT License" link → 404.
- Open the rendered crewai-tools README → the logo renders as a broken image.
Expected behavior
Both links resolve to the actual files (../LICENSE and ../../docs/images/crewai_logo.png respectively).
Screenshots/Code snippets
# .github/CONTRIBUTING.md, line 176
By contributing, you agree that your contributions will be licensed under the [MIT License](LICENSE).
# lib/crewai-tools/README.md, line 3

Operating System
N/A (documentation only)
Python Version
N/A (documentation only)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with .github/CONTRIBUTING.md line 176 and lib/crewai-tools/README.md line 3. Check the repository-root LICENSE and docs/images/crewai_logo.png paths, then update both Markdown links to the relative paths described in the issue. Done means the rendered license link resolves and the README logo displays without a broken-image marker.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100