diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6ac340458..32e3a6bf6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -# Contributing to the CitrixADC Ansible module +# Contributing to the `netscaler.adc` ansible collection We're glad you want to contribute to this project! This document will help answer common questions you may have during your first contribution. @@ -9,4 +9,4 @@ Not every contribution comes in the form of code. Submitting, confirming, and tr We ask you not to submit security concerns via GitHub. For details on submitting potential security issues please see ## Code Contributions -At this point we are not accepting code contributions from outside Citrix. Please raise an issue if you wish to see a feature. +At this point we are not accepting code contributions from outside NetScaler. Please raise an issue if you wish to see a feature. diff --git a/README.md b/README.md index bd1802cd6..347176a9d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The vision of the `netscaler.adc` collection is to provide a complete declarative interface to configure and manage NetScaler ADC. -If you need any feature or flexibility that is not available in the collection, please raise issues/enhancement-requests/recommendations at +If you need any feature or flexibility that is not available in the collection, please raise issues/enhancement-requests/recommendations at > :envelope: For any immediate issues or help , reach out to us at ! @@ -30,7 +30,7 @@ The collection provides Ansible modules to configure and manage NetScaler ADC ap The collection is in `alpha` testing stage. It is not recommended to use the collection in production environment. -Please raise issues at and help us improve the collection. +Please raise issues at and help us improve the collection. ## Installation ```bash -git clone --branch v2.0.0-alpha --single-branch https://github.com/citrix/citrix-adc-ansible-modules.git /tmp/citrix-adc-ansible-modules-v2.0.0-alpha -ansible-galaxy collection install /tmp/citrix-adc-ansible-modules-v2.0.0-alpha --force +git clone --single-branch https://github.com/netscaler/ansible-collection-netscaleradc.git /tmp/ansible-collection-netscaleradc +ansible-galaxy collection install /tmp/ansible-collection-netscaleradc --force ```