devdocs icon indicating copy to clipboard operation
devdocs copied to clipboard

C++ docs: link not correctly extracted

Open smilingthax opened this issue 4 years ago • 8 comments

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.

smilingthax avatar Dec 02 '20 18:12 smilingthax

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.

meet-aniket avatar Dec 12 '20 12:12 meet-aniket

I will fix this issue within 2 or 3 days

meet-aniket avatar Dec 18 '20 03:12 meet-aniket

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

meet-aniket avatar Dec 18 '20 10:12 meet-aniket

Thanks for this help ojeytonwilliams

meet-aniket avatar Dec 18 '20 10:12 meet-aniket

No problem, best of luck.

ojeytonwilliams avatar Dec 18 '20 11:12 ojeytonwilliams

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.

Anas198900 avatar Sep 13 '21 12:09 Anas198900

I'm having a bit of a problem understanding the root issue is here and it's possible that the issue has been solved with changes over time

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 +)

  • https://en.cppreference.com/w/cpp/iterator/move_iterator/operator+ exists as https://devdocs.io/cpp/iterator/move_iterator/operator_plus_ and the attribution at the bottom of the page links to https://en.cppreference.com/w/cpp/iterator/move_iterator/operator%2B which correctly decodes
image

and the link there goes to a bad url: https://en.cppreference.com/w/cpp/iterator/move_iterator/operator (i.e. missing trailing +)

  • Where is the link to https://en.cppreference.com/w/cpp/iterator/move_iterator/operator?

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

Looks to be exist here https://devdocs.io/cpp/iterator/reverse_iterator/operator_plus_ which links to https://en.cppreference.com/w/cpp/iterator/reverse_iterator/operator%2B

thewheat avatar Oct 23 '23 11:10 thewheat

Seems to be fixed by now.

smilingthax avatar Oct 23 '23 12:10 smilingthax