Modify invalid URL.

When we visit URL 'http://rtomayko.github.com/shocco/' 
it will jump automatically to 'https://rtomayko.github.io/shocco/'
so this patch modified 'http://rtomayko.github.com/shocco/' to
https://rtomayko.github.io/shocco/' .

Change-Id: I8b8cc27feb02108cb43caf10a318281a2d8c8108
This commit is contained in:
xuleibj 2018-12-11 14:53:40 +08:00 committed by xulei
parent 2f03ec23fd
commit 283aa15eb3
1 changed files with 1 additions and 1 deletions

View File

@ -54,4 +54,4 @@ verbose in the comments _ABOVE_ the code they pertain to. Shocco also supports
Markdown formatting in the comments; use it sparingly. Specifically, ``grenade.sh``
uses Markdown headers to divide the script into logical sections.
.. _shocco: http://rtomayko.github.com/shocco/
.. _shocco: https://rtomayko.github.io/shocco/