From 2f3df5f54a14ca721fcec0afbc3d08e72366ea5c Mon Sep 17 00:00:00 2001 From: Andrei Aleksandrovich Ovcharenko <61009403+krotname@users.noreply.github.com> Date: Tue, 9 Jun 2026 22:52:34 +0300 Subject: [PATCH] Fix README badge links --- README.en.md | 10 +++++----- README.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.en.md b/README.en.md index 8e3a607..fa4489b 100644 --- a/README.en.md +++ b/README.en.md @@ -1,9 +1,9 @@ # Network Chat -[![CI](https://github.com/krotname/Network-Chat/actions/workflows/ci.yml/badge.svg)](https://github.com/krotname/Network-Chat/actions/workflows/ci.yml) -[![CodeQL](https://github.com/krotname/Network-Chat/actions/workflows/codeql.yml/badge.svg)](https://github.com/krotname/Network-Chat/actions/workflows/codeql.yml) -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/Network-Chat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/Network-Chat) -[![coverage](https://img.shields.io/badge/coverage-70%2B-green)](https://github.com/krotname/Network-Chat/actions/workflows/ci.yml) +[![CI](https://github.com/krotname/JavaNetworkChat/actions/workflows/ci.yml/badge.svg)](https://github.com/krotname/JavaNetworkChat/actions/workflows/ci.yml) +[![CodeQL](https://github.com/krotname/JavaNetworkChat/actions/workflows/codeql.yml/badge.svg)](https://github.com/krotname/JavaNetworkChat/actions/workflows/codeql.yml) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/JavaNetworkChat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/JavaNetworkChat) +[![coverage](https://img.shields.io/badge/coverage-70%2B-green)](https://github.com/krotname/JavaNetworkChat/actions/workflows/ci.yml) [![Java](https://img.shields.io/badge/Java-21-007396)](https://adoptium.net/) [![License](https://img.shields.io/badge/license-GPL--3.0-blue)](LICENSE) @@ -79,7 +79,7 @@ and explicit licensing/operating docs. ## Language - English project documentation in this file. -- Russian project documentation in `Readme.md`. +- Russian project documentation in `README.md`. ## Why this repository is designed for review diff --git a/README.md b/README.md index 4fc3e86..2b622f5 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Network Chat -[![CI](https://github.com/krotname/Network-Chat/actions/workflows/ci.yml/badge.svg)](https://github.com/krotname/Network-Chat/actions/workflows/ci.yml) -[![CodeQL](https://github.com/krotname/Network-Chat/actions/workflows/codeql.yml/badge.svg)](https://github.com/krotname/Network-Chat/actions/workflows/codeql.yml) -[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/Network-Chat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/Network-Chat) -[![coverage](https://img.shields.io/badge/coverage-70%2B-green)](https://github.com/krotname/Network-Chat/actions/workflows/ci.yml) +[![CI](https://github.com/krotname/JavaNetworkChat/actions/workflows/ci.yml/badge.svg)](https://github.com/krotname/JavaNetworkChat/actions/workflows/ci.yml) +[![CodeQL](https://github.com/krotname/JavaNetworkChat/actions/workflows/codeql.yml/badge.svg)](https://github.com/krotname/JavaNetworkChat/actions/workflows/codeql.yml) +[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/krotname/JavaNetworkChat/badge)](https://securityscorecards.dev/viewer/?uri=github.com/krotname/JavaNetworkChat) +[![coverage](https://img.shields.io/badge/coverage-70%2B-green)](https://github.com/krotname/JavaNetworkChat/actions/workflows/ci.yml) [![Java](https://img.shields.io/badge/Java-21-007396)](https://adoptium.net/) [![License](https://img.shields.io/badge/license-GPL--3.0-blue)](LICENSE)