Hi
Often the googles cause me to land on outdated documentation pages,
for instance:
https://docs.ansible.com/ansible/2.4/playbooks_loops.html
That displays a nice banner to indicate it's stale, but the href at
the end points to the index page of the documentation:
https://docs.ansible.com/ansible/latest/index.html, which is not very
useful in that case.
Better would be to link to the latest version of the current page:
https://docs.ansible.com/ansible/playbooks_loops.html
Would this warrant a feature request?
I had a look at the code that generates the docs but couldn't figure
it out where this is done....
thx