aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:29:17 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-17 19:29:17 +0300
commitdefdf31b6812fe415a87d75eaaa44f2352f782eb (patch)
treea41da9b913d338cc69bd056d9df6a679c9272a43
parentbump jekyll-theme (diff)
downloadsorting-algorithms-defdf31b6812fe415a87d75eaaa44f2352f782eb.tar.gz
sorting-algorithms-defdf31b6812fe415a87d75eaaa44f2352f782eb.zip
README: fix badge link
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b0ff679..d209937 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
Sorting algorithms
==================
-[![Jekyll](https://github.com/egor-tensin/sorting-algorithms/workflows/Jekyll/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions?query=workflow%3AJekyll)
+[![Jekyll](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/jekyll.yml/badge.svg)](https://github.com/egor-tensin/sorting-algorithms/actions/workflows/jekyll.yml)
Getting the hang out of (sorting) algorithms.
Hosted on [GitHub Pages] at https://egor-tensin.github.io/sorting-algorithms/.