aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 23:18:32 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-06-15 23:18:32 +0300
commit92ac58fe3d2f0adfa886c184fd8c0a2fba2fb9bc (patch)
tree9237bba0ddc8a278cca3f8341a3869c9f12de61a /README.md
parentworkflows/test: switch back to ubuntu-18.04 (diff)
downloadsorting-algorithms-92ac58fe3d2f0adfa886c184fd8c0a2fba2fb9bc.tar.gz
sorting-algorithms-92ac58fe3d2f0adfa886c184fd8c0a2fba2fb9bc.zip
workflows/test -> workflows/ci
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 97b3dda..511571f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Sorting algorithms
==================
-[![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)
+[![CI](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/ci.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/ci.yml)
Gettting the hang out of (sorting) algorithms.
See also https://egor-tensin.github.io/sorting-algorithms/.