From fa0a2e2f0cc9a688b873af53f883905534b2d9ff Mon Sep 17 00:00:00 2001 From: Alex Miller <87371546+paralexm@users.noreply.github.com> Date: Sat, 9 Dec 2023 08:17:17 -0500 Subject: [PATCH] Fix GitHub badges links --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 676d071..c0fcfd3 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ _[![NuGet version](https://img.shields.io/nuget/v/SimpleExec.svg?style=flat)](https://www.nuget.org/packages/SimpleExec)_ -_[![Build status](https://github.com/adamralph/simple-exec/workflows/.github/workflows/ci.yml/badge.svg)](https://github.com/adamralph/simple-exec/actions/workflows/ci.yml?query=branch%3Amain)_ -_[![CodeQL analysis](https://github.com/adamralph/simple-exec/workflows/.github/workflows/codeql-analysis.yml/badge.svg)](https://github.com/adamralph/simple-exec/actions/workflows/codeql-analysis.yml?query=branch%3Amain)_ -_[![Lint](https://github.com/adamralph/simple-exec/workflows/.github/workflows/lint.yml/badge.svg)](https://github.com/adamralph/simple-exec/actions/workflows/lint.yml?query=branch%3Amain)_ -_[![Spell check](https://github.com/adamralph/simple-exec/workflows/.github/workflows/spell-check.yml/badge.svg)](https://github.com/adamralph/simple-exec/actions/workflows/spell-check.yml?query=branch%3Amain)_ +_[![Build status](https://github.com/adamralph/simple-exec/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/adamralph/simple-exec/actions/workflows/ci.yml)_ +_[![CodeQL analysis](https://github.com/adamralph/simple-exec/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/adamralph/simple-exec/actions/workflows/codeql-analysis.yml)_ +_[![lint](https://github.com/adamralph/simple-exec/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/adamralph/simple-exec/actions/workflows/lint.yml)_ +_[![Spell check](https://github.com/adamralph/simple-exec/actions/workflows/spell-check.yml/badge.svg?branch=main)](https://github.com/adamralph/simple-exec/actions/workflows/spell-check.yml)_ SimpleExec is a [.NET library](https://www.nuget.org/packages/SimpleExec) that runs external commands. It wraps [`System.Diagnostics.Process`](https://apisof.net/catalog/System.Diagnostics.Process) to make things easier.