From 4e45f6f7bd459ec4e2bc0d2558a3314ccec73b7d Mon Sep 17 00:00:00 2001 From: Miranda Mundt Date: Thu, 19 Sep 2024 08:07:13 -0600 Subject: [PATCH 1/3] Add URL Validation Status Badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 707f1a06c5a..36d4c7a4b43 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Jenkins Status](https://github.com/Pyomo/jenkins-status/blob/main/pyomo_main.svg)](https://pyomo-jenkins.sandia.gov/) [![codecov](https://codecov.io/gh/Pyomo/pyomo/branch/main/graph/badge.svg)](https://codecov.io/gh/Pyomo/pyomo) [![Documentation Status](https://readthedocs.org/projects/pyomo/badge/?version=latest)](http://pyomo.readthedocs.org/en/latest/) + +[![URL Validation](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml/badge.svg?branch=main)](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml) [![Build services](https://github.com/Pyomo/jenkins-status/blob/main/pyomo_services.svg)](https://pyomo-jenkins.sandia.gov/) [![GitHub contributors](https://img.shields.io/github/contributors/pyomo/pyomo.svg)](https://github.com/pyomo/pyomo/graphs/contributors) [![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/pyomo/pyomo.svg?label=merged+PRs)](https://github.com/pyomo/pyomo/pulls?q=is:pr+is:merged) From d880f6a4d6cb0475876d55e52e294762422e4284 Mon Sep 17 00:00:00 2001 From: Miranda Mundt <55767766+mrmundt@users.noreply.github.com> Date: Thu, 19 Sep 2024 08:09:08 -0600 Subject: [PATCH 2/3] One-line --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 36d4c7a4b43..b6319d3f526 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,6 @@ [![Jenkins Status](https://github.com/Pyomo/jenkins-status/blob/main/pyomo_main.svg)](https://pyomo-jenkins.sandia.gov/) [![codecov](https://codecov.io/gh/Pyomo/pyomo/branch/main/graph/badge.svg)](https://codecov.io/gh/Pyomo/pyomo) [![Documentation Status](https://readthedocs.org/projects/pyomo/badge/?version=latest)](http://pyomo.readthedocs.org/en/latest/) - [![URL Validation](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml/badge.svg?branch=main)](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml) [![Build services](https://github.com/Pyomo/jenkins-status/blob/main/pyomo_services.svg)](https://pyomo-jenkins.sandia.gov/) [![GitHub contributors](https://img.shields.io/github/contributors/pyomo/pyomo.svg)](https://github.com/pyomo/pyomo/graphs/contributors) From c2111c6e4a86deb3832895a896316b7eee9ed5f3 Mon Sep 17 00:00:00 2001 From: Miranda Mundt <55767766+mrmundt@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:39:57 -0600 Subject: [PATCH 3/3] Change label --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6319d3f526..83934153361 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Jenkins Status](https://github.com/Pyomo/jenkins-status/blob/main/pyomo_main.svg)](https://pyomo-jenkins.sandia.gov/) [![codecov](https://codecov.io/gh/Pyomo/pyomo/branch/main/graph/badge.svg)](https://codecov.io/gh/Pyomo/pyomo) [![Documentation Status](https://readthedocs.org/projects/pyomo/badge/?version=latest)](http://pyomo.readthedocs.org/en/latest/) -[![URL Validation](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml/badge.svg?branch=main)](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml) +[![URL Validation](https://img.shields.io/github/actions/workflow/status/Pyomo/pyomo/url_check.yml?branch=main&label=doc%20urls)](https://github.com/Pyomo/pyomo/actions/workflows/url_check.yml) [![Build services](https://github.com/Pyomo/jenkins-status/blob/main/pyomo_services.svg)](https://pyomo-jenkins.sandia.gov/) [![GitHub contributors](https://img.shields.io/github/contributors/pyomo/pyomo.svg)](https://github.com/pyomo/pyomo/graphs/contributors) [![Merged PRs](https://img.shields.io/github/issues-pr-closed-raw/pyomo/pyomo.svg?label=merged+PRs)](https://github.com/pyomo/pyomo/pulls?q=is:pr+is:merged)