diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-21 07:24:47 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-05-21 07:24:47 +0200 |
commit | aa6f6a4ba891cffbb0c16e0ed630e0a20e7a0759 (patch) | |
tree | ca966c243f37b962982e7b0bc31662f717a7dc86 | |
parent | README: fix a typo (diff) | |
download | sorting-algorithms-aa6f6a4ba891cffbb0c16e0ed630e0a20e7a0759.tar.gz sorting-algorithms-aa6f6a4ba891cffbb0c16e0ed630e0a20e7a0759.zip |
README: update
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ Sorting algorithms [![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) Getting the hang out of (sorting) algorithms. -See also https://egor-tensin.github.io/sorting-algorithms/. +See also https://egort.name/sorting-algorithms/. Prerequisites ------------- @@ -88,7 +88,7 @@ Plotting -------- You can generate similar plots you might've seen at -https://egor-tensin.github.io/sorting-algorithms/ using "plot.py". +https://egort.name/sorting-algorithms/ using "plot.py". Consult the output of `plot.py --help` to learn how to use the script. A few usage examples are listed below. |