https://en.m.wikipedia.org/w/api.php?action=mobileview&format=json&page=Barack+Obama§ions=references&prop=text&revision=740641055
If you inspect the response you'll notice in the response:
```
<a href=\"/w/index.php?title=Special:Badtitle/dummy_title_for_API_calls_set_in_api.php&action=edit&section=41\" title=\"Edit section: Notes\" data-section=\"41\" class=\"mw-ui-icon mw-ui-icon-element mw-ui-icon-edit-enabled edit-page\">Edit</a>
```
Expected:
* The link should refer to the title "Barack Obama" not Special:Badtitle
= Developer notes
* We should strip .edit-page from the output. The link is broken and has been for some time. It's not used by apps.
* MobileFormatterTest.php assert the existence of these so the tests should be updated to reflect the edit icons not being present