Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs bug] Many "links to the source" in the docs just link to the file (and not the line) #2401

Open
k4lizen opened this issue Apr 30, 2024 · 0 comments

Comments

@k4lizen
Copy link

k4lizen commented Apr 30, 2024

Some examples:
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.library
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.linker
https://docs.pwntools.com/en/dev/elf/elf.html#pwnlib.elf.elf.ELF.maps
Click/hover the [source] button and see that they all link to: https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.py
This is true for both dev as well as stable.

Expected

For example, I would expect .maps to link to:
https://github.com/Gallopsled/pwntools/blob/fe560c9835/pwnlib/elf/elf.py#L714

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants