summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Klychkov <aklychko@redhat.com>2022-10-26 15:29:35 +0200
committerGitHub <noreply@github.com>2022-10-26 08:29:35 -0500
commitdf006fb5815117cda64d0dc7ba2b294e7986751f (patch)
tree9ba7777418f8b023bfff36c684ac842446f83212
parent7868f4a4366fdf19b43d46ba081d9d572a34bb20 (diff)
downloadansible-df006fb5815117cda64d0dc7ba2b294e7986751f.tar.gz
contributor_path: fix links (#79137)
-rw-r--r--docs/docsite/rst/community/contributor_path.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/docsite/rst/community/contributor_path.rst b/docs/docsite/rst/community/contributor_path.rst
index 435eb891c7..ca680c5ee8 100644
--- a/docs/docsite/rst/community/contributor_path.rst
+++ b/docs/docsite/rst/community/contributor_path.rst
@@ -74,7 +74,7 @@ See :ref:`communication` for ways to communicate and engage with the Ansible com
Teach others
============
-Share your experience with other contributors through :ref:`improving documentation<community_documentation_contributions>`, and answering questions from other contributors and users on :ref:`Matrix/Libera.Chat IRC<communication>`, giving advice on issues and pull requests, and discussing `Community Topics <https://github.com/ansible-community/community-topics/issues>`_.
+Share your experience with other contributors through :ref:`improving documentation<community_documentation_contributions>`, answering question from other contributors and users on :ref:`Matrix/Libera.Chat IRC<communication>`, giving advice in issues and pull requests, and discussing the `Community Topics <https://github.com/ansible-community/community-topics/issues>`_.
Become a collection maintainer
===============================
@@ -83,7 +83,7 @@ If you are a code contributor to a collection, you can get extended permissions
For some collections that use the `collection bot <https://github.com/ansible-community/collection_bot>`_, such as `community.general <https://github.com/ansible-collections/community.general>`_ and `community.network <https://github.com/ansible-collections/community.network>`_, you can have different levels of access and permissions.
-* `module_maintainers` - The stage prior to becoming a collection maintainer. The file is usually a module or plugin. File maintainers have indirect commit rights.
+* :ref:`module_maintainers` - The stage prior to becoming a collection maintainer. The file is usually a module or plugin. File maintainers have indirect commit rights.
* supershipit permissions - Similar to being a file maintainer but the scope where a maintainer has the indirect commit is the whole repository.
* ``triage`` - Access to the repository that allows contributors to manage issues and pull requests.
* ``write`` access to the repository also known as ``commit``. In other words, become a committer. This access level allows contributors to merge pull requests to the development branch as well as perform all the other activities listed in the :ref:`maintainers`.