From 83a798785e7e27559137f280403edc3bb305213a Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Mon, 30 Mar 2020 22:04:47 +0200 Subject: [PATCH] Add a few links on badges. --- templates/README.md.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/README.md.j2 b/templates/README.md.j2 index 0726344..a8fd996 100644 --- a/templates/README.md.j2 +++ b/templates/README.md.j2 @@ -5,7 +5,7 @@ |Travis|GitHub|Quality|Downloads| |------|------|-------|---------| -|[![travis](https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }}.svg?branch=master)](https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }})|[![github](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/workflows/Ansible%20Molecule/badge.svg)](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions)|![quality](https://img.shields.io/ansible/quality/{{ galaxy_id.stdout }})|![downloads](https://img.shields.io/ansible/role/d/{{ galaxy_id.stdout }})| +|[![travis](https://travis-ci.com/{{ travis_namespace }}/ansible-role-{{ role_name }}.svg?branch=master)](https://travis-ci.com/{{ travis_namespace }}/ansible-role-{{ role_name }})|[![github](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/workflows/Ansible%20Molecule/badge.svg)](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/actions)|[![quality](https://img.shields.io/ansible/quality/{{ galaxy_id.stdout }})](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})|[![downloads](https://img.shields.io/ansible/role/d/{{ galaxy_id.stdout }})](https://galaxy.ansible.com/{{ github_namespace }}/{{ role_name }})| Example Playbook ---------------- @@ -113,7 +113,7 @@ This version reference means a role may get outdated. Monthly tests occur to see Testing ------- -[Unit tests](https://travis-ci.org/{{ travis_namespace }}/ansible-role-{{ role_name }}) are done on every commit, pull request, release and periodically. +[Unit tests](https://travis-ci.com/{{ travis_namespace }}/ansible-role-{{ role_name }}) are done on every commit, pull request, release and periodically. If you find issues, please register them in [GitHub](https://github.com/{{ github_namespace }}/ansible-role-{{ role_name }}/issues)