This is an automated email from the ASF dual-hosted git repository. wonook pushed a commit to branch gh-pages in repository https://gitbox.apache.org/repos/asf/incubator-nemo.git
commit 632b13e9916ffda307e5a9f94733200e20e215af Author: Won Wook SONG <[email protected]> AuthorDate: Thu Feb 1 22:09:43 2018 +0900 fix link to improve this page --- _layouts/docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/docs.html b/_layouts/docs.html index 14d3488..6769bec 100644 --- a/_layouts/docs.html +++ b/_layouts/docs.html @@ -13,7 +13,7 @@ layout: default <div id="markdown-content-container">{{ content }}</div> <p class="text-center"> <br /> - <a target="_blank" href="{{site.git_edit_address}}/tree/master/docs/{{ page.path }}" class="btn btn-default btn-sm githubEditButton" role="button"> + <a target="_blank" href="{{site.git_edit_address}}/tree/gh-pages/{{ page.path }}" class="btn btn-default btn-sm githubEditButton" role="button"> <i class="fa fa-pencil"></i> Improve this page </a> </p> -- To stop receiving notification emails like this one, please contact [email protected].
