diff --git a/docs/docsite/rst/community/how_can_I_help.rst b/docs/docsite/rst/community/how_can_I_help.rst index 27f899475ad..22eb423c1d6 100644 --- a/docs/docsite/rst/community/how_can_I_help.rst +++ b/docs/docsite/rst/community/how_can_I_help.rst @@ -43,7 +43,7 @@ If you should discover that the bug you're trying to file already exists in an i Review and submit pull requests ------------------------------- -As you become more familiar with how Ansible works, you may be able to fix issues or develop new features yourself. If you think you've got a solution to a bug you've found in Ansible, or if you've got a new feature that you've written and would like to share with millions of Ansible users, read all about the `Ansible development process ` to learn how to get your code accepted into Ansible. +As you become more familiar with how Ansible works, you may be able to fix issues or develop new features yourself. If you think you've got a solution to a bug you've found in Ansible, or if you've got a new feature that you've written and would like to share with millions of Ansible users, read all about the `Ansible development process `_ to learn how to get your code accepted into Ansible. Another good way to help is to review pull requests that other Ansible users have submitted. The Ansible community keeps a full list of `open pull requests by file `_, so if there's a particular module or plug-in that particularly interests you, you can easily keep track of all the relevant new pull requests and provide testing or feedback. diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 5226dcd44e9..42f50b8c637 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -17,4 +17,4 @@ of some of the most popular of these tools. - `Awesome Ansible `_ is a collaboratively curated list of awesome Ansible resources. -- `Ansible Inventory Grapher _` can be used to visually display inventory inheritance hierarchies and at what level a variable is defined in inventory. +- `Ansible Inventory Grapher `_ can be used to visually display inventory inheritance hierarchies and at what level a variable is defined in inventory. diff --git a/docs/docsite/rst/community/reporting_bugs_and_features.rst b/docs/docsite/rst/community/reporting_bugs_and_features.rst index c9ee43172ee..1e2d9e24e36 100644 --- a/docs/docsite/rst/community/reporting_bugs_and_features.rst +++ b/docs/docsite/rst/community/reporting_bugs_and_features.rst @@ -32,4 +32,4 @@ Requesting a feature The best way to get a feature into Ansible is to submit a pull request. -The next best way of getting a feature into Ansible is to submit a proposal through the `Ansible proposal process ` . +The next best way of getting a feature into Ansible is to submit a proposal through the `Ansible proposal process `_. diff --git a/docs/docsite/rst/community/triage_process.rst b/docs/docsite/rst/community/triage_process.rst index 5634c8e0b8e..5560f65589f 100644 --- a/docs/docsite/rst/community/triage_process.rst +++ b/docs/docsite/rst/community/triage_process.rst @@ -2,7 +2,7 @@ Triage Process ************** -The issue and PR triage processes are driven by the `Ansibot `. Whenever an issue or PR is filed, the Ansibot examines the issue to ensure that all relevant data is present, and handles the routing of the issue as it works its way to eventual completion. +The issue and PR triage processes are driven by the `Ansibot `_. Whenever an issue or PR is filed, the Ansibot examines the issue to ensure that all relevant data is present, and handles the routing of the issue as it works its way to eventual completion. For details on how Ansibot manages the triage process, please consult the `Ansibot -Issue Guide `. +Issue Guide `_. diff --git a/docs/docsite/rst/vault.rst b/docs/docsite/rst/vault.rst index 8e0f5c61ca8..8ea1bb3f263 100644 --- a/docs/docsite/rst/vault.rst +++ b/docs/docsite/rst/vault.rst @@ -377,7 +377,7 @@ hexlify()'ied result of: - hexlify()'ed string of the salt, followed by a newline ('\n') - hexlify()'ed string of the crypted HMAC, followed by a newline. The HMAC is: - - a `RFC2104 ` style HMAC + - a `RFC2104 `_ style HMAC - inputs are: @@ -402,6 +402,6 @@ hexlify()'ied result of: - the plaintext - the original plaintext - - padding up to the AES256 blocksize. (The data used for padding is based on `RFX5652 `) + - padding up to the AES256 blocksize. (The data used for padding is based on `RFX5652 `_)