Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
swapdisk committed Jul 3, 2023
1 parent d0a64dc commit 61ed4e8
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ on:

jobs:
pre-commit:
uses: oamg/ansible-leapp/.github/workflows/pre-commit.yml@main
uses: redhat-cop/infra.leapp/.github/workflows/pre-commit.yml@main
sanity:
uses: oamg/ansible-leapp/.github/workflows/ansible-test.yml@main
uses: redhat-cop/infra.leapp/.github/workflows/ansible-test.yml@main
prechecks:
needs:
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

Thank you for your interest in contributing to the Ansible Leapp Collection. All we ask is that contributors please observe the [Ansible Community Guidelines](https://docs.ansible.com/ansible/devel/community/index.html) and follow the [Ansible Collections Contributor Guide](https://docs.ansible.com/ansible/devel/community/contributions_collections.html). We look forward to reviewing your pull request.

Everyone is invited to participate. We welcome first timers as well as experienced open source contributors. If you are unsure how to get started with your contributon, open a [new issue](https://github.com/oamg/ansible-leapp/issues/new/choose) explaining what you want to do and we'll do our best to help!
Everyone is invited to participate. We welcome first timers as well as experienced open source contributors. If you are unsure how to get started with your contributon, open a [new issue](https://github.com/redhat-cop/infra.leapp/issues/new/choose) explaining what you want to do and we'll do our best to help!
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Ansible Leapp Collection

[![CI](https://github.com/oamg/ansible-leapp/workflows/CI/badge.svg?event=push)](https://github.com/oamg/ansible-leapp/actions) [![Lint](https://github.com/oamg/ansible-leapp/workflows/Yaml%20and%20Ansible%20Lint/badge.svg?event=push)](https://github.com/oamg/ansible-leapp/actions) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7438/badge)](https://bestpractices.coreinfrastructure.org/projects/7438)
[![CI](https://github.com/redhat-cop/infra.leapp/workflows/CI/badge.svg?event=push)](https://github.com/redhat-cop/infra.leapp/actions) [![Lint](https://github.com/redhat-cop/infra.leapp/workflows/Yaml%20and%20Ansible%20Lint/badge.svg?event=push)](https://github.com/redhat-cop/infra.leapp/actions) [![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/7438/badge)](https://bestpractices.coreinfrastructure.org/projects/7438)

<!-- [![Codecov](https://img.shields.io/codecov/c/github/oamg/ansible-leapp)](https://codecov.io/gh/oamg/ansible-leapp) -->
<!-- [![Codecov](https://img.shields.io/codecov/c/github/redhat-cop/infra.leapp)](https://codecov.io/gh/redhat-cop/infra.leapp) -->

## Overview

Expand Down Expand Up @@ -57,15 +57,15 @@ We are a fledgling community and welcome any new contributors. Get started by op

## Reporting issues

Please open a [new issue](https://github.com/oamg/ansible-leapp/issues/new/choose) for any bugs or security vulnerabilities you may encounter. We also invite you to open an issue if you have ideas on how we can improve the solution or want to make a suggestion for enhancment.
Please open a [new issue](https://github.com/redhat-cop/infra.leapp/issues/new/choose) for any bugs or security vulnerabilities you may encounter. We also invite you to open an issue if you have ideas on how we can improve the solution or want to make a suggestion for enhancment.

## More information

This Ansible collection is just one building block of our larger initiative to make RHEL in-place upgrade automation that works at enterprise scale. Learn more about our end-to-end approach for automating RHEL in-place upgrades at this [blog post](https://red.ht/bobblog).

## Release notes

See the [changelog](https://github.com/oamg/ansible-leapp/tree/main/CHANGELOG.rst).
See the [changelog](https://github.com/redhat-cop/infra.leapp/tree/main/CHANGELOG.rst).

## Licensing

Expand Down
4 changes: 2 additions & 2 deletions docs/docsite/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Remove this section if the collection repository is not on GitHub, or if you do not want this
# functionality for your collection.
edit_on_github:
repository: oamg/ansible-leapp
repository: redhat-cop/infra.leapp
branch: main
# If your collection root (the directory containing galaxy.yml) does not coincide with your
# repository's root, you have to specify the path to the collection root here. For example,
Expand All @@ -25,7 +25,7 @@ edit_on_github:

extra_links:
- description: Report an issue
url: https://github.com/oamg/ansible-leapp/issues/new/choose
url: https://github.com/redhat-cop/infra.leapp/issues/new/choose

# Specify communication channels for your collection. We suggest to not specify more
# than one place for communication per communication tool to avoid confusion.
Expand Down
6 changes: 3 additions & 3 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ tags:
- rhel
- upgrades
- linux
repository: https://github.com/oamg/ansible-leapp
repository: https://github.com/redhat-cop/infra.leapp
# documentation: https://github.com/ansible-collection-migration/community.REPO_NAME/tree/main/docs
homepage: https://github.com/oamg/ansible-leapp
issues: https://github.com/oamg/ansible-leapp/issues
homepage: https://github.com/redhat-cop/infra.leapp
issues: https://github.com/redhat-cop/infra.leapp/issues
build_ignore:
# https://docs.ansible.com/ansible/devel/dev_guide/developing_collections_distributing.html#ignoring-files-and-folders
- .gitignore
Expand Down

0 comments on commit 61ed4e8

Please sign in to comment.