From 0a652e77c48825bcb8860e93ccbc1937b7eeed5c Mon Sep 17 00:00:00 2001 From: Karl Palmskog Date: Sun, 19 Nov 2023 18:52:03 +0100 Subject: [PATCH] fix CI status and ORCID images in README.md --- README.md.mustache | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md.mustache b/README.md.mustache index 34a57bd..f393108 100644 --- a/README.md.mustache +++ b/README.md.mustache @@ -36,12 +36,12 @@ Follow the instructions on https://github.com/coq-community/templates to regener [travis-link]: https://travis-ci.com/{{ organization }}/{{ shortname }}/builds {{/ travis }} {{# action }} -[docker-action-shield]: https://github.com/{{ organization }}/{{ shortname }}/workflows/Docker%20CI/badge.svg?branch={{branch}}{{^branch}}master{{/branch}} -[docker-action-link]: https://github.com/{{ organization }}/{{ shortname }}/actions?query=workflow:"Docker%20CI" +[docker-action-shield]: https://github.com/{{ organization }}/{{ shortname }}/actions/workflows/docker-action.yml/badge.svg?branch={{branch}}{{^branch}}master{{/branch}} +[docker-action-link]: https://github.com/{{ organization }}/{{ shortname }}/actions/workflows/docker-action.yml {{# nix }} -[nix-action-shield]: https://github.com/{{ organization }}/{{ shortname }}/workflows/Nix%20CI/badge.svg?branch={{branch}}{{^branch}}master{{/branch}} -[nix-action-link]: https://github.com/{{ organization }}/{{ shortname }}/actions?query=workflow:"Nix%20CI" +[nix-action-shield]: https://github.com/{{ organization }}/{{ shortname }}/actions/workflows/nix-ci.yml/badge.svg?branch={{branch}}{{^branch}}master{{/branch}} +[nix-action-link]: https://github.com/{{ organization }}/{{ shortname }}/actions/workflows/nix-ci.yml {{/ nix }} {{/ action }} {{# chat }} @@ -80,7 +80,7 @@ Follow the instructions on https://github.com/coq-community/templates to regener - Author(s): {{# authors }} - - {{& name }}{{# orcid }} [ORCID logo](https://orcid.org/{{ orcid }}){{/ orcid }}{{# initial }} (initial){{/ initial }} + - {{& name }}{{# orcid }} [ORCID logo](https://orcid.org/{{ orcid }}){{/ orcid }}{{# initial }} (initial){{/ initial }} {{/ authors }} {{& after_authors }}{{# community }}- Coq-community maintainer(s): {{# maintainers }}