2 comments (2 comments)0 reactions (0 reactions)0 assignees (0 assignees)Python29,341 stars (29,341 stars)3,301 forks (3,301 forks)batch import
help wanted
Description
which means the links of all *.txt link is invalid now
Contributor guide
- Tech stack
- python
- Domain
- documentation
- Issue type
- documentation
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-2 days
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- basic gitunderstanding of repo structure
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue states that all kernel documentation files have been converted to .rst format, but links within the documentation still point to .txt files. To resolve, search the repository for any `.txt` references in documentation files (likely in the `Documentation` directory) and update them to the corresponding `.rst` filenames. Use `grep` to find occurrences and check if any links need to be adjusted to new anchors or sections. The repository description mentions 'A little bit about a linux kernel', so focus on the documentation content. There are no linked PRs or comments indicating blocked status, so this issue is available for contribution.