From c6f5478dc50bd9f2e1e0fda089b797bd1b56d957 Mon Sep 17 00:00:00 2001 From: Romain Ruetschi Date: Sat, 21 Oct 2023 11:31:13 +0200 Subject: [PATCH] Fix README badge (#3675) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4c6bda0434..0ffea32109 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Cosmos ecosystem][cosmos-shield]][cosmos-link] [![Build Status][build-image]][build-link] -[![End to End testing][e2e-image]][e2e-link] +[![Integration tests][test-image]][test-link] [![Apache 2.0 Licensed][license-image]][license-link] ![Rust Stable][rustc-image] ![Rust 1.70+][rustc-version] @@ -116,8 +116,8 @@ Unless required by applicable law or agreed to in writing, software distributed [build-image]: https://github.com/informalsystems/hermes/workflows/Rust/badge.svg [build-link]: https://github.com/informalsystems/hermes/actions?query=workflow%3ARust -[e2e-image]: https://github.com/informalsystems/hermes/workflows/End%20to%20End%20testing/badge.svg -[e2e-link]: https://github.com/informalsystems/hermes/actions?query=workflow%3A%22End+to+End+testing%22 +[test-image]: https://github.com/informalsystems/hermes/workflows/Integration/badge.svg +[test-link]: https://github.com/informalsystems/hermes/actions?query=workflow%3A%22Integration%22 [license-image]: https://img.shields.io/badge/license-Apache_2.0-blue.svg [license-link]: https://github.com/informalsystems/hermes/blob/master/LICENSE [rustc-image]: https://img.shields.io/badge/rustc-stable-blue.svg