[[Foo]] contains a link to president [[Bar]]. [[Bar]] somehow gets turned into a redirect back to [[Foo]].
While browsing [[Foo]], a user who clicks on the blue [[Bar]] link gets bounced from [[Bar]] back to [[Foo]]. This reader experience can be confusing and disorienting. Let's call these back redirects.
Discussion at https://en.wikipedia.org/wiki/Wikipedia:Village_pump_%28technical%29#Cyclic_redirects:_Avoid_misleading_the_reader
Issues*
First, we don't know how many pages this affects. There is no maintenance report - T402483: Special page at Special:RedirectsBacktoPages to identify redirects back to pages would fix that.
If that is fixed, then it's then a case, on page rendering, of checking whether the page being rendered is mentioned in the maintanance report. If it is mentioned then CSS span class should be thrown around the offending link. This can be used to change the into a different colour, or maybe even remove the link entirely (which might be a better suggestion - discuss).
We might also look to throw an error message on page preview noting the presence of the back-link within the page, similar to T394016: Check edit constraints on page preview.
T18562: Make links to section redirects that point back to the same page easily distinguishable specifically notes section links. These might be dealt with separately; ideally rendered similar to a link like [[#foobar]] that doesn't force page reload.