diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 21:14:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 21:14:39 +0300 |
commit | a36870edc520ca80a37341380196577f9b58fca4 (patch) | |
tree | 223775d89967ea0f82a9c1bec5835e6cac8bab38 | |
parent | add .gitattributes (diff) | |
download | sorting-algorithms-a36870edc520ca80a37341380196577f9b58fca4.tar.gz sorting-algorithms-a36870edc520ca80a37341380196577f9b58fca4.zip |
rename the project
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,7 +2,7 @@ Gettting the hang out of (sorting) algorithms. Hosted on [GitHub Pages](https://pages.github.com) at -https://egor-tensin.github.io/sorting_algorithms/. +https://egor-tensin.github.io/sorting-algorithms/. ## Algorithms @@ -108,4 +108,4 @@ See LICENSE.txt [[2]](#references) for details. ## References 1. http://ark.intel.com/products/84695/Intel-Core-i3-5005U-Processor-3M-Cache-2_00-GHz -2. https://github.com/egor-tensin/sorting_algorithms/blob/master/LICENSE.txt +2. https://github.com/egor-tensin/sorting-algorithms/blob/master/LICENSE.txt |