aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:28:40 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:28:40 +0300
commitb7f3acb5326f362989e9dccf25fd10b1ad252936 (patch)
tree64a7e74132de555bd59718d75db0f675bcca0077 /README.md
parentREADME update (diff)
downloadsorting-algorithms-b7f3acb5326f362989e9dccf25fd10b1ad252936.tar.gz
sorting-algorithms-b7f3acb5326f362989e9dccf25fd10b1ad252936.zip
README: fix badge link
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9cc961d..97b3dda 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Sorting algorithms
==================
-[![Test](https://github.com/egor-tensin/sorting-algorithms/workflows/Test/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions?query=workflow%3ATest)
+[![Test](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/test.yml)
Gettting the hang out of (sorting) algorithms.
See also https://egor-tensin.github.io/sorting-algorithms/.