From 46c85d8066741a610ae3b8aa109721064c8efc55 Mon Sep 17 00:00:00 2001 From: Leopold Talirz Date: Wed, 13 Mar 2024 08:58:07 +0100 Subject: [PATCH] fix: galaxy badge in README (#183) --- README.md | 2 +- bin/generate | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31833a9..e3fa62a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ansible Role: Dokku -[![Ansible Role](https://img.shields.io/ansible/role/39276.svg)](https://galaxy.ansible.com/dokku_bot/ansible_dokku) [![Release](https://img.shields.io/github/release/dokku/ansible-dokku.svg)](https://github.com/dokku/ansible-dokku/releases) [![Build Status](https://github.com/dokku/ansible-dokku/workflows/CI/badge.svg)](https://github.com/dokku/ansible-dokku/actions) +[![Ansible Role](https://img.shields.io/ansible/role/d/dokku_bot/ansible_dokku)](https://galaxy.ansible.com/dokku_bot/ansible_dokku) [![Release](https://img.shields.io/github/release/dokku/ansible-dokku.svg)](https://github.com/dokku/ansible-dokku/releases) [![Build Status](https://github.com/dokku/ansible-dokku/workflows/CI/badge.svg)](https://github.com/dokku/ansible-dokku/actions) This Ansible role helps install Dokku on Debian/Ubuntu variants. Apart from installing Dokku, it also provides various modules that can be diff --git a/bin/generate b/bin/generate index 4e64701..a90ea92 100755 --- a/bin/generate +++ b/bin/generate @@ -221,7 +221,7 @@ def generate_readme(): text = [] text.append(section_header("Ansible Role: Dokku")) text.append( - "[![Ansible Role](https://img.shields.io/ansible/role/39276.svg)](https://galaxy.ansible.com/dokku_bot/ansible_dokku) " + "[![Ansible Role](https://img.shields.io/ansible/role/d/dokku_bot/ansible_dokku)](https://galaxy.ansible.com/dokku_bot/ansible_dokku) " + "[![Release](https://img.shields.io/github/release/dokku/ansible-dokku.svg)](https://github.com/dokku/ansible-dokku/releases) " + "[![Build Status](https://github.com/dokku/ansible-dokku/workflows/CI/badge.svg)](https://github.com/dokku/ansible-dokku/actions)" )