HexRaysSA / HexRaysSA/plugin-repository
local links in `README.md` are not resolved correctly
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 40
- Forks
- 19
- Avg merge
- 8h 20m
- Merged PRs (30d)
- 1
Description
Just a minor hiccup I noticed. When generating a plugin repository page based on its README.md on GitHub, local markdown links are not resolved correctly. For instance, in this README.md document we have the following entry:
## Changelog
* [CHANGELOG.md](CHANGELOG.md)
In the corresponding plugin repository, the link is resolved as https://plugins.hex-rays.com/0xdea/CHANGELOG.md, which of course is broken. It should instead be resolved as https://github.com/0xdea/rhabdomancer/blob/master/CHANGELOG.md.
Contributor guide
No contributing guide indexed for this repository
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 by tracing the README.md link-generation path for plugin repository pages and reproduce the example using the rhabdomancer README.md. Verify that the relative CHANGELOG.md link resolves to the GitHub blob URL rather than the plugins site, and confirm the generated page uses the corrected target.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100