From ebba667696153cc3f036ecd44d972602b34a3e64 Mon Sep 17 00:00:00 2001
From: Kyle Nakamura <knakamura13dev@gmail.com>
Date: Fri, 4 Oct 2024 20:23:53 -0700
Subject: [PATCH] Fix coverage badge urls in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 898dbc3b..0b557034 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # mlrose-ky: Machine Learning, Randomized Optimization, and SEarch
 
 [![PyPI version](https://badge.fury.io/py/mlrose-ky.svg)](https://badge.fury.io/py/mlrose-ky)
-[![Coverage badge](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https%3A%2F%2Fraw.githubusercontent.com%2Fnkapila6%2Fmlrose-ky%2Fpython-coverage-comment-action-data%2Fendpoint.json)](https://htmlpreview.github.io/?https://github.com/nkapila6/mlrose-ky/blob/python-coverage-comment-action-data/htmlcov/index.html)
+[![Coverage badge](https://img.shields.io/badge/dynamic/json?color=brightgreen&label=coverage&query=%24.message&url=https://raw.githubusercontent.com/knakamura13/mlrose-ky/refs/heads/python-coverage-comment-action-data/endpoint.json)](https://htmlpreview.github.io/?https://github.com/knakamura13/mlrose-ky/blob/python-coverage-comment-action-data/htmlcov/index.html)
 
 `mlrose-ky` is a Python package for applying some of the most common randomized optimization and search algorithms to a range of different
 optimization problems, over both discrete- and continuous-valued parameter spaces.