Skip to content

Commit

Permalink
update links again!
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann committed Jan 10, 2025
1 parent df35a52 commit 7b24c7f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://avd.arista.com/stable/docs/contribution/overview.html)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://avd.arista.com/devel/docs/contribution/overview.html)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ body:
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://avd.arista.com/stable/docs/contribution/overview.html)
description: By submitting this issue, you agree to follow our [Code of Conduct](https://avd.arista.com/devel/docs/contribution/overview.html)
options:
- label: I agree to follow this project's Code of Conduct
required: true
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Fixes #<ISSUE ID>
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
- [ ] My code has been rebased from devel before I start
- [ ] I have read the [**CONTRIBUTING**](https://avd.arista.com/stable/docs/contribution/overview.html) document.
- [ ] I have read the [**CONTRIBUTING**](https://avd.arista.com/devel/docs/contribution/overview.html) document.
- [ ] My change requires a change to the documentation and documentation have been updated accordingly. (check the box if not applicable)
- [ ] I have updated [molecule CI](https://github.com/aristanetworks/ansible-avd/tree/devel/ansible_collections/arista/avd/molecule) testing accordingly. (check the box if not applicable)
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# Collection installation

These instructions are for regular users to install via Ansible Galaxy. To setup a development environment use [these](https://www.avd.sh/en/devel/docs/contribution/overview.html) instructions.
These instructions are for regular users to install via Ansible Galaxy. To setup a development environment use [these](https://avd.arista.com/devel/docs/contribution/overview.html) instructions.

**arista.cvp** can also be consumed using the ["AVD All-in-one" container](https://github.com/arista-netdevops-community/avd-all-in-one-container).

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/cvp/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,4 +201,4 @@ Contributing pull requests are gladly welcomed for this repository. If you are p

You can also open an [issue](https://github.com/aristanetworks/ansible-cvp/issues) to report any problem or to submit enhancement.

A more complete [guide for contribution](https://avd.arista.com/stable/docs/contribution/overview.html) is available in the repository
A more complete [guide for contribution](https://avd.arista.com/devel/docs/contribution/overview.html) is available in the repository

0 comments on commit 7b24c7f

Please sign in to comment.