isocpp / isocpp/CppCoreGuidelines
Wrong links in P.8
Nobody has claimed this yet.
- Dominant language
- CSS
- Stars
- 45.3k
- Forks
- 5.6k
- PR merge metrics
- No merged PRs in 30d
Description
Hello
P.8: Don’t leak any resources
has links to
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#SS-lifetime
but they are invalid - they just move the user to the top of the page. I suppose proper one would be
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#prolifetime-lifetime-safety-profile
I hope that helps. Thanks a ton for the guidelines <3
Kind Regards
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
Open the P.8 section, “Don’t leak any resources,” and inspect its links to the C++ Core Guidelines lifetime section. Replace the invalid anchor with the supplied lifetime-safety-profile target, then verify that the updated link opens the intended section.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100