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 [](https://badge.fury.io/py/mlrose-ky) -[](https://htmlpreview.github.io/?https://github.com/nkapila6/mlrose-ky/blob/python-coverage-comment-action-data/htmlcov/index.html) +[](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.