Skip to content

Commit

Permalink
Adapt to Git repo ownership transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
hubertqc committed Aug 29, 2024
1 parent e421f0c commit e302154
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
How to Submit Patches to the Puppet module `hubertqc-springboot`
How to Submit Patches to the Ansible collection `lhqg.springboot`
================================================================
https://github.com/hubertqc/puppet-springboot
https://github.com/lhqg/ansible-springboot

This document is intended to act as a guide to help you contribute to the
`springboot` Puppet module project.
`springboot` Ansible collection project.

## Test Your Code

The Puppet Development Kit (PDK) MUST validate your code without error.
The Ansible linter MUST validate your code without error.

Please, try your best not to break anything, and if you break something, make
sure you have a good reason, and make sure you tell us about it when you post
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![GitHub Release (latest SemVer)](https://img.shields.io/github/v/release/hubertqc/ansible-springboot)
![GitHub Release (latest SemVer)](https://img.shields.io/github/v/release/lhqg/ansible-springboot)
[![License](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0.html)
[![GitHub Issues](https://img.shields.io/github/issues/hubertqc/ansible-springboot)](https://github.com/hubertqc/ansible-springboot/issues)
[![GitHub PR](https://img.shields.io/github/issues-pr/hubertqc/ansible-springboot)](https://github.com/hubertqc/ansible-springboot/pulls)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/hubertqc/ansible-springboot)](https://github.com/hubertqc/ansible-springboot/commits/main)
[![GitHub Last commit](https://img.shields.io/github/last-commit/hubertqc/ansible-springboot)](https://github.com/hubertqc/ansible-springboot/commits/main)
![GitHub Downloads](https://img.shields.io/github/downloads/hubertqc/ansible-springboot/total)
[![GitHub Issues](https://img.shields.io/github/issues/lhqg/ansible-springboot)](https://github.com/lhqg/ansible-springboot/issues)
[![GitHub PR](https://img.shields.io/github/issues-pr/lhqg/ansible-springboot)](https://github.com/lhqg/ansible-springboot/pulls)
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/lhqg/ansible-springboot)](https://github.com/lhqg/ansible-springboot/commits/main)
[![GitHub Last commit](https://img.shields.io/github/last-commit/lhqg/ansible-springboot)](https://github.com/lhqg/ansible-springboot/commits/main)
![GitHub Downloads](https://img.shields.io/github/downloads/lhqg/ansible-springboot/total)

# Ansible roles to deploy Springboot applications on Linux

Expand Down Expand Up @@ -64,7 +64,7 @@ Works only on Red Hat Linux and Red Hat like distributions.

## Development

See https://github.com/hubertqc/ansible-springboot/CONTRIBUTING.md
See https://github.com/lhqg/ansible-springboot/CONTRIBUTING.md

## Disclaimer

Expand Down
2 changes: 1 addition & 1 deletion ansible-roles/ansible-role-springboot_foundation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Via `requirements.yml`:
---

- name: ansible-role-springboot_foundation
src: https://github.com/hubertqc/selinux_springboot/
src: https://github.com/lhqg/ansible-springboot/
scm: git
version: a tag of the role

Expand Down

0 comments on commit e302154

Please sign in to comment.