You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nemo.apache.org by wo...@apache.org on 2018/02/28 07:07:30 UTC

[incubator-nemo] 10/12: fix link to improve this page

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 <ws...@gmail.com>
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
wonook@apache.org.