diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 21:18:44 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 21:18:44 +0300 |
commit | 9b3e6d409340369a6b450e997723f773f0aa3505 (patch) | |
tree | 660bfd8d871fa0c80ab14b978498e2ac54a3f201 /README.md | |
parent | plots: update the actual plots (diff) | |
download | sorting-algorithms-9b3e6d409340369a6b450e997723f773f0aa3505.tar.gz sorting-algorithms-9b3e6d409340369a6b450e997723f773f0aa3505.zip |
rename the project
Diffstat (limited to '')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,8 +1,8 @@ # Sorting algorithms -Getting the hang out of sorting algorithms. +Getting 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/. ## Installation @@ -48,7 +48,7 @@ In particular, it from the posts, * sets `baseurl` to an empty string so that the website can be accessed from local web server's root directory (i.e. from http://localhost:4000/ instead - of http://localhost:4000/sorting_algorithms/). + of http://localhost:4000/sorting-algorithms/). ## Accessing via file:// @@ -56,13 +56,13 @@ Jekyll doesn't provide native support for generating a static website which can be viewed without a web server. One easy workaround might be to `wget` the website and convert the links: - wget -k -r http://localhost:4000/ + wget --convert-links --recursive http://localhost:4000/ ## Licensing This project, including all of the files and their contents, is licensed under the terms of the MIT License. -See [LICENSE.txt](LICENSE.txt) for details. +See LICENSE.txt for details. This website is build upon the Twitter Bootstrap framework, which is also MIT Licensed and copyright 2015 Twitter. |