aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:10:30 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-11-26 01:10:30 +0100
commit3418d41a6b4031a08e0159bf93cc0704fd41923c (patch)
tree40d92dbc87c49cd3b80245ad8217b1d92b3cf975
parentworkflows/ci: upgrade actions (diff)
downloadsorting-algorithms-3418d41a6b4031a08e0159bf93cc0704fd41923c.tar.gz
sorting-algorithms-3418d41a6b4031a08e0159bf93cc0704fd41923c.zip
switch to tensin.name
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 553e93f..77bc618 100644
--- a/README.md
+++ b/README.md
@@ -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://egort.name/sorting-algorithms/.
+See also https://tensin.name/sorting-algorithms/.
Prerequisites
-------------
@@ -88,7 +88,7 @@ Plotting
--------
You can generate similar plots you might've seen at
-https://egort.name/sorting-algorithms/ using "plot.py".
+https://tensin.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.