diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 19:19:00 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-19 19:19:00 +0300 |
commit | c665e5d48c934054cb662adcc2b671bc30f246d0 (patch) | |
tree | 97f576a2b975aca55de34178db7095f559c9014f /_includes/sidebar.html | |
parent | add .gitattributes (diff) | |
download | jekyll-theme-c665e5d48c934054cb662adcc2b671bc30f246d0.tar.gz jekyll-theme-c665e5d48c934054cb662adcc2b671bc30f246d0.zip |
rename the project
Diffstat (limited to '')
-rw-r--r-- | _includes/sidebar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/sidebar.html b/_includes/sidebar.html index b96f29f..cc4e87a 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,7 +1,7 @@ <h4>About the project</h4> <p>Personal C++ notes. Feel free to contribute or contact me.</p> <div class="list-group reasonable-width"> - <a class="list-group-item" href="//github.com/egor-tensin/cpp_tips"><span class="glyphicon glyphicon-home"></span> GitHub repository</a> + <a class="list-group-item" href="//github.com/egor-tensin/cpp-notes"><span class="glyphicon glyphicon-home"></span> GitHub repository</a> <a class="list-group-item" href="mailto:Egor.Tensin@gmail.com"><span class="glyphicon glyphicon-envelope"></span> Egor.Tensin@gmail.com</a> </div> <h4>Latest posts</h4> |