From f45159b3b3c75e4f8c4a23ebf1fd54a189fa8fa9 Mon Sep 17 00:00:00 2001 From: Juraj Smiesko <34742917+kjvbrt@users.noreply.github.com> Date: Fri, 4 Oct 2024 09:11:32 +0200 Subject: [PATCH] Update gh badge address --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0bec18532a..008ac6b432 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![DOI](https://zenodo.org/badge/177151745.svg)](https://zenodo.org/doi/10.5281/zenodo.4767810) -![test](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/test.yml/badge.svg) -![docs](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/docs.yml/badge.svg) +![test](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/test.yml/badge.svg?branch=pre-edm4hep1) +![docs](https://github.com/HEP-FCC/FCCAnalyses/actions/workflows/docs.yml/badge.svg?branch=pre-edm4hep1) Common framework for FCC related analyses. This framework allows one to write full analysis, taking [EDM4hep](https://github.com/key4hep/EDM4hep) input ROOT @@ -28,7 +28,8 @@ the `fcc-eos-access` e-group (with owner approval). Detailed documentation can be found at the [FCCAnalyses](https://hep-fcc.github.io/FCCAnalyses/) webpage. -All sample information, including Key4hep stack used for the campaign, is collected at the [FCC Physics Events](http://fcc-physics-events.web.cern.ch/fcc-physics-events/) website. +All sample information, including Key4hep stack used for the campaign, is collected at the +[FCC Physics Events](http://fcc-physics-events.web.cern.ch/fcc-physics-events/) website. ## Contributing @@ -43,4 +44,4 @@ by CI job. To apply formatting to a given file: ``` clang-format -i -style=file /path/to/file.cpp -``` +``` \ No newline at end of file