docs: migrate RTD URLs to docs.ansible.com (#16189)

* docs: update readthedocs.io URLs to docs.ansible.com equivalents

🤖 Generated with Claude Code
https://claude.ai/code

Co-Authored-By: Claude <noreply@anthropic.com>

* Update Bullhorn newsletter link in communication docs

---------

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
John Barker
2026-01-15 12:27:47 +00:00
committed by GitHub
parent fee71b8917
commit 75aba0f62d
16 changed files with 23 additions and 23 deletions

View File

@@ -68,7 +68,7 @@ The value `fork_per_cpu` can be controlled by setting the AWX settings value (or
When selecting the capacity, it's important to understand how each job type affects it.
It's helpful to understand what `forks` mean to Ansible: http://docs.ansible.com/ansible/latest/intro_configuration.html#forks
It's helpful to understand what `forks` mean to Ansible: https://docs.ansible.com/projects/ansible/latest/intro_configuration.html#forks
The default forks value for ansible is `5`. However, if AWX knows that you're running against fewer systems than that, then the actual concurrency value
will be lower.