X Tutup
The Wayback Machine - https://web.archive.org/web/20201223145604/https://github.com/freeCodeCamp/devdocs/issues/1396
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

C++ docs: link not correctly extracted #1396

Open
smilingthax opened this issue Dec 2, 2020 · 5 comments
Open

C++ docs: link not correctly extracted #1396

smilingthax opened this issue Dec 2, 2020 · 5 comments
Assignees
Labels

Comments

@smilingthax
Copy link

@smilingthax smilingthax commented Dec 2, 2020

Analogous to
https://devdocs.io/cpp/iterator/move_iterator/operator-
there is (e.g. linked in https://devdocs.io/cpp/iterator/move_iterator ) an operator+:
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator+
but DevDocs fails to recognize it and the link there goes to a bad url:
https://en.cppreference.com/w/cpp/iterator/move_iterator/operator (i.e. missing trailing +)

The same issue is present e.g. for std::reverse_iterator::operator+, etc.

@ANIKET502
Copy link

@ANIKET502 ANIKET502 commented Dec 12, 2020

Hi i am the first one who has commented on this issue please do assign this bug to me for resolving this bug i will be very very happy for that.

@ANIKET502
Copy link

@ANIKET502 ANIKET502 commented Dec 18, 2020

I will fix this issue within 2 or 3 days

@ANIKET502 ANIKET502 removed their assignment Dec 18, 2020
@ANIKET502
Copy link

@ANIKET502 ANIKET502 commented Dec 18, 2020

hi sir actually i have started working on this issue but accidentally i am moved form this can you please reassign it to me

@ANIKET502
Copy link

@ANIKET502 ANIKET502 commented Dec 18, 2020

Thanks for this help ojeytonwilliams

@ojeytonwilliams
Copy link
Contributor

@ojeytonwilliams ojeytonwilliams commented Dec 18, 2020

No problem, best of luck.

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

Successfully merging a pull request may close this issue.

None yet
4 participants
You can’t perform that action at this time.
X Tutup