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

Fix obvious link errors #84

Merged
merged 5 commits into from Sep 24, 2015

Conversation

k-satoda
Copy link
Contributor

Found by:

grep -o -E '\(#[^)]*\)' CppCoreGuidelines.md | sed -e 's/(#//' -e 's/)//' | sort -u >used-anchors.txt
grep -o -E 'name\s*=\s*"[^"]*"' CppCoreGuidelines.md | sed -r -e 's/name\s*=\s*//' -e 's/"//g' | sort -u >defined-anchors.txt
comm -13 defined-anchors.txt used-anchors.txt | tee undefined-anchors.txt

Some of the results are left unfixed; it seems not obvious to me how to fix them.

which are referred by links with different names.
which have obvious correct targets with slightly different names.
instead of the same one with C.4 "#Rc-member".
instead of the same one with C.32 "#Rc-dtor-ptr".
@AndrewPardoe AndrewPardoe merged commit 47d9620 into isocpp:master Sep 24, 2015
@AndrewPardoe
Copy link
Contributor

Thanks, merged and pushed.

@k-satoda k-satoda deleted the fix-obvious-link-errors branch September 24, 2015 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants