From 5cdbd3cd1dcd2227fc82a7940ce3abb2fb1ddcee Mon Sep 17 00:00:00 2001 From: Cory Martin Date: Thu, 10 Aug 2023 16:24:14 -0400 Subject: [PATCH] Fix coding norms badge on readme (#571) * Fix coding norms badge on readme * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62892f494..7ac52d734 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ The one app to rule them all [![Hera](https://github.com/NOAA-EMC/GDASApp/actions/workflows/hera.yaml/badge.svg)](https://github.com/NOAA-EMC/GDASApp/actions/workflows/hera.yaml) [![Unit Tests on GitHub CI](https://github.com/NOAA-EMC/GDASApp/actions/workflows/unittests.yaml/badge.svg)](https://github.com/NOAA-EMC/GDASApp/actions/workflows/unittests.yaml) -[![Python Coding Norms](https://github.com/NOAA-EMC/GDASApp/actions/workflows/pynorms.yaml/badge.svg)](https://github.com/NOAA-EMC/GDASApp/actions/workflows/pynorms.yaml) +[![Coding Norms](https://github.com/NOAA-EMC/GDASApp/actions/workflows/norms.yaml/badge.svg)](https://github.com/NOAA-EMC/GDASApp/actions/workflows/norms.yaml)